An open API service indexing awesome lists of open source software.

https://github.com/wille-io/httq

httq is an HTTP Server for Qt. Allows WebSocket connections. Based on NodeJS's http-parser.
https://github.com/wille-io/httq

http-parser http-server httpd qt websocket websocket-server websockets

Last synced: about 1 year ago
JSON representation

httq is an HTTP Server for Qt. Allows WebSocket connections. Based on NodeJS's http-parser.

Awesome Lists containing this project

README

          

![httq logo](https://github.com/wille-io/httq/blob/master/httq.png?raw=true)

# httq

Proof of Concept. Do not use in production - yet - as API is subject to change at any time without warning.

HTTP Server for Qt. Doesn't clog the memory like The Other HTTP Server™.
Based on NodeJS's wonderful http-parser.
Can download a message's body in chunks, instead of reading it all into memory that allows an easy DoS, like The Other HTTP Server™.

# TODO
- [ ] Return status text by status number - don't always return 'OK' as status text