Skip to content

Version 1.3.0

Latest
Compare
Choose a tag to compare
@edoger edoger released this 02 Apr 09:57
· 4 commits to master since this release
  • 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.