http-rs / http-types

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

Make trailers module a submodle of transfer #309

Open brightly-salty opened 3 years ago

brightly-salty commented 3 years ago

Fixes #300

joshtriplett commented 3 years ago

This needs a rebase to fix the merge conflicts (and to separate out the formatting changes which should now be redundant), but otherwise this looks good to me.

joshtriplett commented 3 years ago

@brightly-salty That merge doesn't seem to have addressed the conflicts. Also, please don't back-merge main into a PR branch.

Could you rebase this, please?

brightly-salty commented 3 years ago

@joshtriplett Okay, I've rebased it but I'm afraid I might have resolved the conflicts incorrectly. Let me know if something is wrong.