Skip to content

Releases: wenchy/requests

v0.3.1

09 Jun 13:49
9b01620

Choose a tag to compare

What's Changed

  • fix: calculate accurate body size when posting files by @Kybxd in #42

Full Changelog: v0.3.0...v0.3.1

v0.3.0

24 Jun 14:10
a513960

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

Choose a tag to compare

v0.2.1

23 Aug 06:59
c6b1607

Choose a tag to compare

  • Add ToText and ToJSON options for easy use

v0.2.0

04 Aug 08:48
004cb6a

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

Choose a tag to compare

disable http keepalives

01 Dec 12:40
b4a1534

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

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

Choose a tag to compare

  1. Upload files
  2. HTTP Patch method

DELETE method support body

21 Jun 09:34

Choose a tag to compare

Pre-release
v0.0.10

feat: DELETE method support body