hyperium / http

Rust HTTP types
Apache License 2.0
1.16k stars 291 forks source link

Serialize to bytes #378

Closed bpmason1 closed 3 years ago

bpmason1 commented 4 years ago

This is question more than an issue ...

How do I serialize the http::Request struct into its RFC-2616 byte array representation?

mkpankov commented 3 years ago

I'm interested too. Also, how to I deserialize?

seanmonstar commented 3 years ago

This was discussed in #81, and decided out of scope for the library.