Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2017-06-02 | 799 Bytes | |
v2.1.1.tar.gz | 2017-06-02 | 19.5 kB | |
v2.1.1.zip | 2017-06-02 | 28.2 kB | |
Totals: 3 Items | 48.5 kB | 0 |
Various improvements and cleanups, most notably: * Fixed Client<HTTPS> proxy requests * Added client verification when a verify file is passed to Server<HTTPS> * Added session_id_context for session reuse * Server errors are now passed to an on_error std::function if set * Added crypto.hpp for convenient C++ wrappings for commonly used OpenSSL functions * Cleanup of server-constructors. Previous constructors have been marked as deprecated * Added on_upgrade std::function for cases where one wants to handle connection upgrades by another library, for instanace Simple-WebSocket-Server * Timeout can now be set for Client requests * Client now supports Connection: close * Added support for request header Connection: keep-alive in Server * Added Server::Request::parse_query_string()