Skip to content

Releases: wnanbei/direwolf

v0.7.0

29 Nov 02:26
Compare
Choose a tag to compare

This release fix one problem:

  • Set Timeout, RedirectNum, Proxy with context.Context. So you can specify these settings to single Request without warrying about messing them up.

Updata:

  • Rewrite test server with gin.
  • Add timeout and proxy test.

v0.6.0

26 Nov 02:05
Compare
Choose a tag to compare

This is a update release.

  • ca850b Changed the logic of Response.Text() and Response.Content.
    • Now Response.Text() will cache the text the first time it is called.
    • Change Response.content to Response.Content, delete Response.Content().
    • Change Response.Encoding to Response.encoding. Add Response Encoding().
  • 147472 Add a default global Session. Use this Session by default.

v0.5.4

08 Nov 06:49
Compare
Choose a tag to compare

This is a bug-fix release.

  • Ignore Unexpected EOF error when construct Response and read http.Response body. #1

v0.5.3

11 Oct 07:40
Compare
Choose a tag to compare

Change:

  • Change Request() and Session.Request() to Send() and Session.Send().
  • Change RequestSettings to Request.

v0.5.2

11 Oct 07:07
Compare
Choose a tag to compare

Add new SessionOptions object.