This website works better with JavaScript.
Home
Help
Register
Sign In
leviathan
/
webserver
forked from
pEp.foundation/webserver
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
a simple multithreaded webserver
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66
Commits
1
Branch
204 KiB
C++
91.4%
Makefile
7.7%
HTML
0.8%
Tree:
68f849d814
master
Release_2.1.0-RC7
Release_2.1.0-RC6
Release_2.1.0-RC5
Release_2.1.0-RC4
Release_2.1.0-RC3
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '68f849d814'
${ noResults }
HTTPS
ZIP
TAR.GZ
roker
68f849d814
for whatever reason we cannot write a 'response' to the socket, but need a 'response_serializer' on boost 1.67 (Debian 10) m(
2 years ago
build-windows
build-windows
2 years ago
htdocs
even more weird
2 years ago
.gitignore
no auto conversion to std::string()
2 years ago
LICENSE
Initial commit
2 years ago
Makefile
typo
2 years ago
README.md
link to sample
2 years ago
test_webserver.cc
avoid SIGABRT
2 years ago
webserver.cc
for whatever reason we cannot write a 'response' to the socket, but need a 'response_serializer' on boost 1.67 (Debian 10) m(
2 years ago
webserver.hh
webserver.hh:49:18: error: ‘mutex’ in namespace ‘std’ does not name a type. note: ‘std::mutex’ is defined in header ‘<mutex>’; did you forget to ‘#include <mutex>’?
2 years ago
README.md
webserver
a simple multithreaded webserver
for usage see
this sample