Closed pwoolcoc closed 4 years ago
This corresponds to http-types append_header method, and will assist in correctly converting http_types::Request objects to surf::Request objects.
append_header
http_types::Request
surf::Request
This functionality has effectively been merged via https://github.com/http-rs/surf/pull/191
This corresponds to http-types
append_header
method, and will assist in correctly convertinghttp_types::Request
objects tosurf::Request
objects.