CRUD icon indicating copy to clipboard operation
CRUD copied to clipboard

Restful web-service library written in C++11 based on Boost.ASIO and CRUD handlers

Results 6 CRUD issues
Sort by recently updated
recently updated
newest added

- connection.hpp was by default transient therefore was renamed to transient_connection.hpp - need to add universal_connection.hpp to handle HTTP 1.1 /1.0 and close/keep-alive for ability to build web server from...

add at least of example how to start handlers in multi-threaded mode.

For example "Content-Length". Comparisons should be case-insensitive: https://github.com/venediktov/CRUD/blob/c5c90d176c5e5a6a71d007b2dea99de808122c20/service/connection.hpp#L80

New Boost.Beast is out there , we should look into adding it to CRUD library ?

enhancement
help wanted

https://tools.ietf.org/html/rfc2045

If it works add to README how to build this library on Windows - Visual Studio 2015 - Visual Studio 2017

question