uNetworking / uWebSockets

Simple, secure & standards compliant web server for the most demanding of applications
Apache License 2.0
17.28k stars 1.76k forks source link

New HttpParser #980

Closed ghost closed 4 years ago

ghost commented 4 years ago

I'm working on a new HttpParser that should be a lot more clean than the current mess. Should fit well with the new HttpRouter.

881 #974

AdrianEddy commented 4 years ago

check out this one: https://github.com/facebook/proxygen/tree/master/proxygen/external/http_parser it looks more complicated but maybe you'll get some ideas from it, just adding it here as a reference