http-rs / http-types

Common types for HTTP operations
https://docs.rs/http-types
Apache License 2.0
200 stars 83 forks source link

Move `trailers` submodule to `transfer` #300

Open yoshuawuyts opened 3 years ago

yoshuawuyts commented 3 years ago

Trailers should be grouped together with TE and Transfer-Encoding headers.

brightly-salty commented 3 years ago

I'm willing to attempt to implement this and submit a PR. Do you want the path to Trailers to be crate::transfer::Trailers or crate::transfer::trailers::Trailers? I think it would be best to base it off of my remove-reexports branch (PR #305 )

brightly-salty commented 3 years ago

Never mind, I'll base it off of the transfer branch.