http-types icon indicating copy to clipboard operation
http-types copied to clipboard

Change insert_header signature

Open yoshuawuyts opened this issue 4 years ago • 1 comments

To:

res.insert_header(&typed_header);
res.insert_header(("headerName", "headerValue"));

yoshuawuyts avatar Feb 25 '21 16:02 yoshuawuyts

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

Fishrock123 avatar Feb 25 '21 17:02 Fishrock123