hyperium / headers

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

Request expanded documentation on implementing `trait Header` #144

Open coriolinus opened 1 year ago

coriolinus commented 1 year ago

The impl Header for Dnt example is a good start, but it doesn't explain the actual semantics of the iterator-based design.

Example questions which would be nice to have answered in the documentation: