Skip to content

Releases: xsxo/regnhttp

v1.26.0 (26/2/17)

16 Feb 23:38

Choose a tag to compare

  • Added Client.Ipv6 & Client.Ipv6Proxy to full support Ipv6
  • Added support Socks5 & Socks4 proxies in Client object
  • Added Client.DoPreRequest to send request before using Client.Do
  • Change reading chunk responses algorithm (faster in last chunk)
  • Remove DNS Cache (now it's work in Ipv6 only)
  • Fix reading chunk responses (header & chunk body) in same packet like discord api`s
  • Fix reset response after Client return error and after reading lower new response

v1.20.0 (26/1/24)

24 Jan 10:54

Choose a tag to compare

  • Remove all http2 functions
  • Remove response.BodyJson function
  • Remove request.SetBodyJson function
  • Replace regexps function to bytes.Index to Imporve performance
  • Added response.Reset & request.Reset functions
  • Added response.StatusCode & response.StatusCodeString & response.StatusCodeInt
  • Added response.Reason & response.ReasonString
  • Added client.SetNoDelay & NagleOff to off nagle algorithm
  • Added StringToInt & IntToString & BytesToInt & IntToBytes functions

v1.17.0 (25/11/4)

05 Nov 02:50

Choose a tag to compare

  • Fix reading response algorithm
  • Added Request.Raw and Request.RawString function's

v1.16.0 (25/10/22)

22 Oct 21:11

Choose a tag to compare

  • Imporve reading response algorithm
  • Added Response.Raw and Response.RawString function's

v1.15.0 (25/4/29)

22 Oct 21:11

Choose a tag to compare

  • Fix Content-Length Response Head
  • Change name SetJson() function to SetBodyJson() in Request object

v1.14.0 (25/4/28)

27 Apr 17:29

Choose a tag to compare

  • Fix Buffer Full at bufio.Reader
  • Change name Json() function to BodyJson()
  • Added benchmark http1.1
  • New README.md File

v1.13.0 (25/4/27)

27 Apr 02:45

Choose a tag to compare

  • Added ReadBufferSize && WriteBufferSize
  • Imporve Http2ReadResponse function
  • Change stream id argument to auto stream id
  • Change Name function Http2SendRequest to Http2WriteRequest
  • New Tests Files && New Examples Files

v1.12.0 (25/4/23)

23 Apr 18:25

Choose a tag to compare

  • Change TimeoutRead && Timeout to static
  • Improve SetBody && SetBodyString algorithm
  • Improve Reading HTTP/1.1 response
  • Support HTTP/1.0 proxies

v1.11.0 (25/3/26)

26 Mar 20:20

Choose a tag to compare

  • Change raw established request
  • Fix ReadDedline (read timeout)
  • Change NetConnection of Client object to public
  • Change Timeout type from int to time.Duration

v1.10.0 (25/1/30)

24 Feb 00:52

Choose a tag to compare

  • Fix established proxy