You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, would it make sense to be able to set the RequestBuilder's body via a Request?
Currently, I only see the ability to send a body when using the RequestBuilder.
Perhaps even the ability to implement From<RequestBuilder> for Request would be nice.
Cheers,
Cole
The text was updated successfully, but these errors were encountered:
To my mind, being able to set the RequestBuilder's body via a Request seems to be very useful.
Implementing From<RequestBuilder> for Request is not a bad idea but I'm not sure if it won't be a bit confusing, because RequestBuilder can use any TcpStream/TlsStream while Request uses predefined ones.
Thanks for contribution. If you can, please add some tests.
I am going to release this upade with the next version of crate.
Hello, would it make sense to be able to set the
RequestBuilder
's body via aRequest
?Currently, I only see the ability to send a body when using the
RequestBuilder
.Perhaps even the ability to implement
From<RequestBuilder> for Request
would be nice.Cheers,
Cole
The text was updated successfully, but these errors were encountered: