Skip to content

Latest commit

 

History

History
executable file
·
12 lines (8 loc) · 538 Bytes

README.md

File metadata and controls

executable file
·
12 lines (8 loc) · 538 Bytes

httq logo

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