drogue-iot / reqwless

Rust async HTTP client for embedded/no_std
Apache License 2.0
129 stars 18 forks source link

Use httparse for request/response parsing #2

Closed lulf closed 2 years ago

lulf commented 2 years ago

Rather than rolling our own, use https://crates.io/crates/httparse

lulf commented 2 years ago

Fixed in #4