Releases: xsxo/regnhttp
Releases · xsxo/regnhttp
v1.26.0 (26/2/17)
- Added
Client.Ipv6&Client.Ipv6Proxyto full support Ipv6 - Added support
Socks5&Socks4proxies inClientobject - Added
Client.DoPreRequestto send request before usingClient.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)
- Remove all http2 functions
- Remove
response.BodyJsonfunction - Remove
request.SetBodyJsonfunction - Replace regexps function to
bytes.Indexto Imporve performance - Added
response.Reset&request.Resetfunctions - Added
response.StatusCode&response.StatusCodeString&response.StatusCodeInt - Added
response.Reason&response.ReasonString - Added
client.SetNoDelay&NagleOffto off nagle algorithm - Added
StringToInt&IntToString&BytesToInt&IntToBytesfunctions
v1.17.0 (25/11/4)
- Fix reading response algorithm
- Added
Request.RawandRequest.RawStringfunction's
v1.16.0 (25/10/22)
- Imporve reading response algorithm
- Added
Response.RawandResponse.RawStringfunction's
v1.15.0 (25/4/29)
- Fix Content-Length Response Head
- Change name SetJson() function to SetBodyJson() in Request object
v1.14.0 (25/4/28)
- Fix Buffer Full at bufio.Reader
- Change name Json() function to BodyJson()
- Added benchmark http1.1
- New
README.mdFile
v1.13.0 (25/4/27)
- Added ReadBufferSize && WriteBufferSize
- Imporve
Http2ReadResponsefunction - Change stream id argument to auto stream id
- Change Name function
Http2SendRequesttoHttp2WriteRequest - New Tests Files && New Examples Files
v1.12.0 (25/4/23)
- 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)
- Change raw established request
- Fix ReadDedline (read timeout)
- Change
NetConnectionof Client object to public - Change Timeout type from int to time.Duration
v1.10.0 (25/1/30)
- Fix established proxy