Changelog for req-0.2.0
Req 0.2.0
-
Added support for multipart form data in form of
ReqBodyMultipartbody option andreqBodyMultiparthelper function. This also required a change in type signature ofgetRequestContentType, which now takesbody, notProxy bodybecause we need to extract boundary frombodyand put it intoContent-Typeheader. This change, however, shouldn't be too dangerous for end-users. -
Added support for OAuth 1.0 authentication via
oAuth1option.
Req 0.1.0
- Initial release.