Closed MihirLuthra closed 1 year ago
It is sometimes useful to get the intermediate http::Request instead of sending directly. An example can be aws-sigv4 crate which accepts http::Request for signing. This PR adds method to get that.
http::Request
aws-sigv4
It is sometimes useful to get the intermediate
http::Request
instead of sending directly. An example can beaws-sigv4
crate which acceptshttp::Request
for signing. This PR adds method to get that.