Skip to content

Releases: wenchy/requests

v0.3.0

24 Jun 14:10
a513960
Compare
Choose a tag to compare

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

  • @Kybxd made their first contribution in #38

Full Changelog: v0.2.2...v0.3.0

v0.2.2

25 Aug 02:49
4c70274
Compare
Choose a tag to compare

v0.2.1

23 Aug 06:59
c6b1607
Compare
Choose a tag to compare
  • Add ToText and ToJSON options for easy use

v0.2.0

04 Aug 08:48
004cb6a
Compare
Choose a tag to compare
  • Always closing the response body.
  • Keep-Alive & Connection Pooling.
  • Simplify some APIs of Response.
  • Update README with some examples.
  • Concise and elaborate API comments.

v0.1.5

24 Aug 04:30
Compare
Choose a tag to compare

disable http keepalives

01 Dec 12:40
b4a1534
Compare
Choose a tag to compare
feat: disable keep alives (#10)

Co-authored-by: youngerli <youngerli@tencent.com>

Combine request options

31 Aug 04:18
62f13c9
Compare
Choose a tag to compare
  • combine options while multiple options with the same kind are passed in

Support files uploading and PATCH method

27 Aug 01:39
6e0e5b1
Compare
Choose a tag to compare
  1. Upload files
  2. HTTP Patch method

DELETE method support body

21 Jun 09:34
Compare
Choose a tag to compare
Pre-release
v0.0.10

feat: DELETE method support body

feat: headers and cookies

18 May 11:00
744e6e5
Compare
Choose a tag to compare
Pre-release
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>