seanmonstar / httparse

A push parser for the HTTP 1.x protocol in Rust.
https://docs.rs/httparse
Apache License 2.0
585 stars 114 forks source link

Add support for rare symbols #49

Closed theikkila closed 6 years ago

theikkila commented 6 years ago

Added symbols are tested against nginx and they seem to work. (so they don't return 400) WhatWG specification seems to be even broader than this: https://url.spec.whatwg.org/#query-state

seanmonstar commented 6 years ago

Thanks! :D