This website requires JavaScript.
Explore
Help
Sign in
jyapayne
/
Simple-Web-Server
Watch
1
Star
0
Fork
You've already forked Simple-Web-Server
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
02b34e860b
Simple-Web-Server
/
tests
History
Download ZIP
Download TAR.GZ
eidheim
b89f5635a5
Moved request and response message parsing to utility.hpp
2017-07-19 08:03:23 +02:00
..
CMakeLists.txt
Added crypto.hpp for convenient C++ wrappings for commonly used OpenSSL functions
2016-12-20 12:21:38 +01:00
crypto_test.cpp
Comments addition and cleanup
2017-07-10 11:12:10 +02:00
io_test.cpp
Fixes
#142
: a new socket is created when a https connection is reconnected, since a second SSL handshake cannot be made on the same socket. Also now removing failed connections from the connections collection.
2017-07-15 08:45:06 +02:00
parse_test.cpp
Moved request and response message parsing to utility.hpp
2017-07-19 08:03:23 +02:00