pkoretic / recurse

Qt based micro web framework with middleware design
MIT License
21 stars 2 forks source link

HTTP parser middleware #1

Closed mkozjak closed 9 years ago

mkozjak commented 9 years ago

Request struct should be populated with http data. Headers, body, etc.

mkozjak commented 9 years ago

Solved internally. The solution should be revisited for performance and usability/reliability concerns.