JoshCap20 / areion

The fastest Python web server. A lightweight, fast, and extensible asynchronous Python web server framework.
MIT License
0 stars 1 forks source link

Improve keep-alive and implement common response wrappers #98

Closed JoshCap20 closed 1 month ago

JoshCap20 commented 1 month ago

Closes #62, closes #96, closes #97

JoshCap20 commented 1 month ago

Issues mainly related to different header order (HTTP/1.1 says header order doesnt matter), so will create a helper method that parsed the response and checks all information is there but order doesnt matter