http-rs / http-types

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

Change insert_header signature #343

Open yoshuawuyts opened 3 years ago

yoshuawuyts commented 3 years ago

To:

res.insert_header(&typed_header);
res.insert_header(("headerName", "headerValue"));
Fishrock123 commented 3 years ago

Closely related to https://github.com/http-rs/surf/issues/251