http-types
http-types copied to clipboard
Change insert_header signature
To:
res.insert_header(&typed_header);
res.insert_header(("headerName", "headerValue"));
Closely related to https://github.com/http-rs/surf/issues/251