libhttpserver
libhttpserver copied to clipboard
C++ library for creating an embedded Rest HTTP server (and more)
### Description When using Cygwin or MSYS2 to build the source, no static library is installed the library directories. ### Steps to Reproduce 1. Clone the repository to a directory...
**Is your feature request related to a problem? Please describe.** I need a way to notify my API users that the uploaded file is too large, before it is being...
I don't think this is enough: https://github.com/etr/libhttpserver/blob/master/cmakemodule/FindLibHttpServer.cmake Something like this: https://github.com/curl/curl/blob/master/CMakeLists.txt https://github.com/janbar/openssl-cmake/blob/master/CMakeLists.txt
**Is your feature request related to a problem? Please describe.** When the content request comes in and the processing will be delayed, duplicating the memory creates memory pressure. I would...
### Prerequisites * [ ] Put an X between the brackets on this line if you have checked that your issue isn't already filed: https://github.com/search?l=&q=repo%3Aetr%2Flibhttpserver&type=Issues ### Description [Description of the...
### Identify the Bug https://github.com/etr/libhttpserver/issues/268 ### Description of the Change The change is simple, instead of calling 'MHD_destroy_post_processor' in the destructor after the request has been processed, it's called before...
### Prerequisites * [x] Put an X between the brackets on this line if you have checked that your issue isn't already filed: https://github.com/search?l=&q=repo%3Aetr%2Flibhttpserver&type=Issues ### Description For a POST or...
### Prerequisites * [x] Put an X between the brackets on this line if you have checked that your issue isn't already filed: https://github.com/search?l=&q=repo%3Aetr%2Flibhttpserver&type=Issues ### Description When linking libhttpserver from...
**Is your feature request related to a problem? Please describe.** Since 3fd99c87b8ea999df593060999be59786e844bba it's possible to let libhttpserver store files uploaded with forms (mime-type *multipart/form-data*) to disk, see the pull request...
### Prerequisites * [x] Put an X between the brackets on this line if you have checked that your issue isn't already filed: https://github.com/search?l=&q=repo%3Aetr%2Flibhttpserver&type=Issues ### Description When passing a `nullptr`...