hjr3 / weldr

A HTTP 1.1 proxy written in Rust using tokio.
Apache License 2.0
217 stars 20 forks source link

Conform to RFC 7230 #55

Open hjr3 opened 7 years ago

hjr3 commented 7 years ago

Regardless of using an internal HTTP library or hyper, there are a number of things an intermediary (gateway) must do in order to confirm with http://httpwg.org/specs/rfc7230.html.

Requirements (MUST or MUST NOT):

Best practices (MAY, MAY NOT, SHOULD, SHOULD NOT)

To Do