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
b1d9476ff1
Simple-Web-Server
/
tests
History
Download ZIP
Download TAR.GZ
eidheim
b1d9476ff1
Client: added support for server-sent events, and improved the chunked transfer code. Also some cleanup of especially the client code, and added a few additional tests.
2019-06-23 12:41:32 +02:00
..
assert.hpp
Further improvements to the ASSERT-macro: replaced fprintf with std::cerr and added std::-prefix to abort
2019-03-28 10:56:16 +01:00
CMakeLists.txt
use NAME and COMMAND tags in add_test function
2019-02-08 15:30:42 +00:00
crypto_test.cpp
Improved ASSERT macro, and renamed tests/check.hpp to tests/assert.hpp
2019-03-23 13:46:31 +01:00
io_test.cpp
Client: added support for server-sent events, and improved the chunked transfer code. Also some cleanup of especially the client code, and added a few additional tests.
2019-06-23 12:41:32 +02:00
parse_test.cpp
Added support for new asio api
2019-04-10 11:07:33 +02:00
status_code_test.cpp
Fixes
#261
: SimpleWeb::status_code(const std::string &) now only regards the status code number when searching for status code enum, and can also return undefined enums that can be cast to an integer value
2019-04-29 13:30:22 +02:00