Skip to content

Releases: edoger/zkits-requester

Version 1.3.0

02 Apr 09:57
Compare
Choose a tag to compare
  • Use go 1.14 in go.mod
  • Add Request.WithHeaderValue adds a request header to the current request.
  • Add Request.WithFormBodyMap adds the request body key-value map as form (urlencoded).
  • Add Request.WithFormDataFields adds a form data key-value map for uploading to the current request.
  • For the internal unknown request body encoder, it encodes according to the conventional request body.

Version 1.2.2

16 Jan 05:30
Compare
Choose a tag to compare
  • Automatically cancels the request context after the end of the request.

Version 1.2.1

23 Dec 09:29
Compare
Choose a tag to compare
  • Discard the response body when you don't care about the response body.

Version 1.2.0

11 Dec 07:05
Compare
Choose a tag to compare
  • Add responder support.

Version 1.1.0

16 Oct 17:19
Compare
Choose a tag to compare
  • Add file upload support.
  • Improve the reusability of request instances.

Version 1.0.0

16 Oct 09:07
Compare
Choose a tag to compare

First release!