Skip to content

Tags: baifjece/fasthttp

Tags

v1.6.0

Toggle v1.6.0's commit message
Update "TechEmpower Benchmark" from round 12 to round 18 (valyala#683)

* Update "TechEmpower Benchmark" from round 12 to round 16

* Update "TechEmpower Benchmark" to round 18

v1.5.0

Toggle v1.5.0's commit message
Fix FasthttpSocksDialer documentation

v1.4.0

Toggle v1.4.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Removing redundant else statement from HeaderCookie (valyala#596)

v1.3.0

Toggle v1.3.0's commit message
Fix comment. (valyala#571)

Signed-off-by: Xiao YongBiao <xyb4638@gmail.com>

v1.2.0

Toggle v1.2.0's commit message
add tests for copyto (valyala#545)

* add tests for copyto
* add HeaderCopy Test reflect.DeepEqual

v1.1.0

Toggle v1.1.0's commit message
add method Sort in args (valyala#505)

* add method StringSort QueryStringSort AppendBytesSort in args

* simplify code

* only Sort method

* format

* add method StringSort QueryStringSort AppendBytesSort in args

* simplify code

* only Sort method

* format

* merge and fix tests

* change sort into generic by having the sort function

* change sort into generic by having the sort function

* change comment

v1.0.0

Toggle v1.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Support Go modules

v20180529

Toggle v20180529's commit message
added missing byte 0xFF into hex2intTable. This fixes panic when deco…

…ding specially crafted string like "%\xff"

v20160617

Toggle v20160617's commit message
Set response Server header to Server.Name if it is empty. This proper…

…ly handles valyala#118

v20160419

Toggle v20160419's commit message
New release