http-rs / http-types

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

Expose Headers::new #372

Open CfirTsabari opened 3 years ago

CfirTsabari commented 3 years ago

Why not expose the Headers::new function? An example for a use case: Creating a new library that uses an HTTP client and will let the users set the headers

jbr commented 3 years ago

see #320