seanmonstar / httparse

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

Change type of name to slice #32

Closed GuillaumeGomez closed 7 years ago

GuillaumeGomez commented 7 years ago

Is the Str struct necessary or not? This is the main question in here.

seanmonstar commented 7 years ago

I don't quite understand why make this change.