seanmonstar / httparse

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

fix: return method string from buffer #136

Closed AaronO closed 1 year ago

AaronO commented 1 year ago

Instead of static constants for GET/POST, fixes #124