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

Ensure requests have a Host header field #70

Closed JoshCap20 closed 5 hours ago

JoshCap20 commented 6 hours ago

Requirement: According to RFC 7230 Section 5.4, all HTTP/1.1 requests must include a Host header field.

Implementation Needed:

JoshCap20 commented 5 hours ago

Pretty silly, don't see a need unless security concern in future. Want to keep flexible for other HTTP versions until we create separate version handlers (prob v1.2.5 or v1.3)