lighttp icon indicating copy to clipboard operation
lighttp copied to clipboard

Lightweight asynchronous HTTP/WS client/server

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

Example url: ?param1=test&param2=test2 How to get value param1 and param2?

Currently, if an exception is thrown in a user-provided handler, it will get silenced. The only trace of the exception will be the "500 Server Error" page and the error...

Currently Lighttp does not work with binary messages, only text messages. It assumes outgoing msgs are text, and ignores incoming binary msgs. According to the WebSocket spec, found [here](https://tools.ietf.org/html/rfc6455), page...

Hello, I noticed that the compiler spends a lot of time when it prints out: `Using Linux EPOLL for events` Is there a way to reduce this time? What does...

Is able to use SSL certificates? If yes how?

enhancement