hyperium / headers

Typed HTTP Headers from hyper
https://hyper.rs
MIT License
162 stars 84 forks source link

Add Content-MD5 header #142

Open sunsided opened 1 year ago

sunsided commented 1 year ago

This adds support for RFC1864: The Content-MD5 Header Field.

I understand that Content-MD5 is not an HTTP/1.1 header and therefore doesn't necessarily fit in with the http and headers crates aiming at RFC7230 (only). Is such a contribution wished for anyway?