v1.2.0-beta.1
Pre-release
Pre-release
github-actions
released this
29 May 12:51
·
25 commits
to main
since this release
New Features
-
Added a new request block
[FormData]
, which enables to specifymultipart/form-data
request payloads. Here you can read the documentation. [#55] -
Added a new request option
followredirects
. This istrue
by default, but can be set tofalse
if redirects should not be followed transparently. [#61]
Minor Changes and Bug Fixes
- Fixed an issue when parsing file descriptors on Windows systems.