libhttpserver icon indicating copy to clipboard operation
libhttpserver copied to clipboard

C++ library for creating an embedded Rest HTTP server (and more)

Results 52 libhttpserver issues
Sort by recently updated
recently updated
newest added
trafficstars

### Identify the Bug Codecov succeeds the execution but fails to handle the coverage files once pushed. ### Description of the Change This seems due to the library building on...

**Is your feature request related to a problem? Please describe.** Many users often report building the library for ARM. This would prevent problems in the building system for these use-cases....

feature-request
help-wanted
build-system
travis

**Is your feature request related to a problem? Please describe.** "upgrade protocol" is now supported by libmicrohttpd. We should reach feature parity to allow users to use it (without having...

feature-request

Good day, @etr ! Thanks for your work! I would use `libhttpserver` in my ARM-uClibc-Linux embedded system. I haven't used the library yet but I have been compiled it. And...

### 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 "authentication" test is...

bug

### Issue or RFC Endorsed by Maintainers [Enable WebSockets #20](https://github.com/etr/libhttpserver/issues/20). ### Description of the Change Added websocket support. ### Alternate Designs Extending the existing `http_resource` class was considered, but rejected...

Hi,, Since webserver and http_resource are two different classes, and request is processed with http_resource but service is controled by webserver, how could I shutdown the service when I recieved...

feature-request

libhttpserver by default has static enabled but I could not get it to work with the hello sample program due to the fact that, unistring and p11-kit do not provide...

feature-request

I'm trying to make a 32 bit version. I think I got libmicrohttp to compile 32 bit because I see the -m32 on the compile and link lines from make...

In addition to Digest authentication with username/password, libmicrohttpd also supports Digest authentication using username/HA1 hash and variations using different hashing algorithms. HA1 = hash_function(username:realm:password). Storing the HA1 hash instead of...

feature-request