Skip to content

Release 3.3.3

Latest
Compare
Choose a tag to compare
@salixzs salixzs released this 14 Sep 22:02
· 3 commits to main since this release

Added check for "data" object being a subclass of HttpContent and then passing it to request as-is.
This allows to submit predefined (more raw) Request objects without serialization. Example: submit (post) files as MultipartFormDataContent.