Releases: wenchy/requests
Releases · wenchy/requests
v0.3.0
What's Changed
- fix: docs by @wenchy in #27
- interceptor: support interceptor option to intercept each HTTP request/response by @wenchy in #32
- feat: add Context option and Stats by @wenchy in #34
- Options: use url.Values for query parameters and form values and use http.Header for headers by @wenchy in #36
- docs: improve comments and README by @wenchy in #37
- fix: set body back after io.Copy it to buffer by @Kybxd in #38
New Contributors
Full Changelog: v0.2.2...v0.3.0
v0.2.2
v0.2.1
v0.2.0
v0.1.5
disable http keepalives
feat: disable keep alives (#10) Co-authored-by: youngerli <youngerli@tencent.com>
Combine request options
- combine options while multiple options with the same kind are passed in
Support files uploading and PATCH method
- Upload files
- HTTP Patch method
DELETE method support body
v0.0.10 feat: DELETE method support body
feat: headers and cookies
feat: get headers and cookies (#5) * feat: get headers and cookies * feat: get headers and cookies * fix: naming Co-authored-by: youngerli <youngerli@tencent.com>