fortanix / simple-hyper-client

Simple HTTP client using hyper providing both blocking and async interfaces
Mozilla Public License 2.0
4 stars 2 forks source link

Method to get `http::Request` from RequestBuilder #2

Closed MihirLuthra closed 1 year ago

MihirLuthra commented 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.