lighttp
lighttp copied to clipboard
Lightweight asynchronous HTTP/WS client/server
Example url: ?param1=test¶m2=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...
Possible fix for #14
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...