Skip to content

Releases: edoger/zkits-requester

Version 1.3.0

Choose a tag to compare

@edoger edoger released this 02 Apr 09:57
  • 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

Choose a tag to compare

@edoger edoger released this 16 Jan 05:30
  • Automatically cancels the request context after the end of the request.

Version 1.2.1

Choose a tag to compare

@edoger edoger released this 23 Dec 09:29
  • Discard the response body when you don't care about the response body.

Version 1.2.0

Choose a tag to compare

@edoger edoger released this 11 Dec 07:05
  • Add responder support.

Version 1.1.0

Choose a tag to compare

@edoger edoger released this 16 Oct 17:19
  • Add file upload support.
  • Improve the reusability of request instances.

Version 1.0.0

Choose a tag to compare

@edoger edoger released this 16 Oct 09:07

First release!