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
I saw on the roadmap that there are plans to handle Multipart requests. What was your idea on how to implement it as I need it for file uploads and maybe I can help out with implementing it?
Alternatively would it make sense to allow passing in a parameter of HttpContent and in such a case assign it directly to the Content property of the HttpRequestMessage? This is sort of similar to how you handle Streams....? This will also allow for a lot of flexibility to allow users to structure the request exactly the way they want to.
Thanks
The text was updated successfully, but these errors were encountered:
Hey Paul,
I saw on the roadmap that there are plans to handle Multipart requests. What was your idea on how to implement it as I need it for file uploads and maybe I can help out with implementing it?
Alternatively would it make sense to allow passing in a parameter of
HttpContent
and in such a case assign it directly to theContent
property of theHttpRequestMessage
? This is sort of similar to how you handle Streams....? This will also allow for a lot of flexibility to allow users to structure the request exactly the way they want to.Thanks
The text was updated successfully, but these errors were encountered: