libhttpserver
libhttpserver copied to clipboard
C++ library for creating an embedded Rest HTTP server (and more)
### 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 Some digging around for...
### Description of the Change Adds verification build on gcc-11 ### Alternate Designs N/D ### Possible Drawbacks It might not build on gcc-11, but that's something we should discover early....
### Identify the Bug adding a Feature - There was a bug int the automake configuration file. The ' HAVE_GNUTLS' tag is never defined in the compilation although presence of...
The INSTALL file reads: > Briefly, the shell commands `./configure; make; make install' should configure, build, and install this package. But there is no `./configure` script in the latest release!...
Dear Team, when I requested the same POST request in the same time then I got the same response in both requests. using POST method.
### Identify the Bug Curl building for testing is currently failing on macOS latest on GitHub actions. ### Description of the Change Upgrade curl to the latest version that should...
### Description of the Change ### Release Notes - Fixed typo in get_arg and get_arg_flat doc
**Is your feature request related to a problem? Please describe.** I was not aware that is is possible to bind to a specific interface address (typically localhost for security reasons)...
### 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 The result from calling...