fasthttp @ v1.6.0
integrity
- size
- 229.3 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/valyala/fasthttp
release notes
- 4489df8 Update "TechEmpower Benchmark" from round 12 to round 18 (#683) (Andy Pan)
- 9f11af2 Make several optimizations to worker pool (#680) (Andy Pan)
- f82a646 Requests with incomplete bodies no longer cause log noise (#682) (Kevin Burns)
- 9bc6da1 fix: when multipartform no data,FormValue do not panic (#677) (alexDango)
- 707b1c1 Format errors (#679) (ZhangYunHao)
- 18c619f fasthttputil: add errInmemoryListenerClosed (#678) (ZhangYunHao)
- bf98e3b Use least total connections instead of round robin for lbclient (#673) (Erik Dubbelboer)
- ec2e396 Don't run TestClientNilResp in parallel (Erik Dubbelboer)
- d428e1b Fix race condition in tests, fix URI bug (Erik Dubbelboer)
- c3d82ca Speed up testing by running tests in parallel (Erik Dubbelboer)
- 352ec7c Use Fatal instead of Fatalf when no formatting used (Erik Dubbelboer)
- 9dbe5fc Don't allow spaces in request header keys (Erik Dubbelboer)
- 4ebe993 Document PipeConns not being safe for concurrent use (Erik Dubbelboer)
- 044d35e fix 664 (#674) (rogercarter1)
- ffcdb75 Allow client to disable path normalization (#672) (Ian Leue)
- af531ad Move comment to now show up on godoc (Erik Dubbelboer)
- 28af1f1 Fix previous commit (Erik Dubbelboer)
- 5038ebc Refactoring to reuse response status codes (#666) (Vendin)
- b1ca43f Use 'go generate' in bytesconv.go (#663) (ZhangYunHao)
- 97d51fb go fmt ./... (Erik Dubbelboer)
- e6a8bcf Add go version to go.mod, test with 1.13.1 (Erik Dubbelboer)
- 1d6a7e0 The Authorization header should include the Basic keyword (Erik Dubbelboer)
- dc9b54d Precompute default regexp (#662) (Oleg Kovalov)
- be93fbd Add lowerhex (ZYunH)
- 79bd450 Use 0xf instead of 15 (ZYunH)
- 91138ee Replace int2hexbyte with uppercase (ZYunH)
- 9bc19f8 Replace hexCharUpeer with upperhex (#657) (ZYunH)
- d644da4 Update README.md (Kirill Danshin)
- ae42116 Improve appendQuotedPath and AppendQuotedArg (#654) (ZYunH)
- ee84500 Added option to disable path normalization (#649) (Daniel Firsht)
- c6037ab Update fuzzit (Erik Dubbelboer)
download
unix · zip
curl -fL -o v1.6.0.zip https://ratatoskr.space/pkg/fasthttp/v1.6.0.zip
printf '%s %s\n' '81b7dc96c36b7848c7637038ab448575ecf9c62a9670ef8a6f36d933d80e9fa1' 'v1.6.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fasthttp/v1.6.0.zip"
$out = "v1.6.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "81b7dc96c36b7848c7637038ab448575ecf9c62a9670ef8a6f36d933d80e9fa1") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.6.0.tar.gz https://ratatoskr.space/pkg/fasthttp/v1.6.0.tar.gz
printf '%s %s\n' '8a94b65b5eecdef40c3e9e4030b1adb1bcd078d32763c2dfb057f22cb8ab8fe5' 'v1.6.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fasthttp/v1.6.0.tar.gz"
$out = "v1.6.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8a94b65b5eecdef40c3e9e4030b1adb1bcd078d32763c2dfb057f22cb8ab8fe5") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.6.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.6.0.zip
printf '%s %s\n' '81b7dc96c36b7848c7637038ab448575ecf9c62a9670ef8a6f36d933d80e9fa1' 'v1.6.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.6.0.zip"
$out = "v1.6.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "81b7dc96c36b7848c7637038ab448575ecf9c62a9670ef8a6f36d933d80e9fa1") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.6.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.6.0.tar.gz
printf '%s %s\n' '8a94b65b5eecdef40c3e9e4030b1adb1bcd078d32763c2dfb057f22cb8ab8fe5' 'v1.6.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.6.0.tar.gz"
$out = "v1.6.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8a94b65b5eecdef40c3e9e4030b1adb1bcd078d32763c2dfb057f22cb8ab8fe5") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.6.0.zip | zip | 231.5 KiB |
blake3-24 64492a0e78966e904ffbf3d358382c50045c7d7c8bece45d
sha256 81b7dc96c36b7848c7637038ab448575ecf9c62a9670ef8a6f36d933d80e9fa1
sha1 3fe43e3de3660949cfb9d49824ed3f2f2a587d63
|
| v1.6.0.tar.gz | tar.gz | 192.6 KiB |
blake3-24 85df6348cf1fde8210ce14cc91df1c59fca10a35fd8f69e0
sha256 8a94b65b5eecdef40c3e9e4030b1adb1bcd078d32763c2dfb057f22cb8ab8fe5
sha1 d06c774726f5bf89d39161ffd8888100c415e876
|
go module archive
module zip with the module path rewritten to this mirror; fetched by go get through the
GOPROXY route
| artifact | format | size | hashes |
|---|---|---|---|
| v1.6.0.zip | zip | 234.2 KiB |
blake3-24 a8e23b5f799ce99c7f2b286929b4ddd29f60a642cac66023
sha256 7dc353b2a911aa661d91e3370ffb85936f8e074df557406ab6ef7a90c1dfb0f7
sha1 b8066a3d64a506ae6a8e3db4406e2359828635d7
|
install
bazel
http_archive(
name = "fasthttp",
urls = ["https://ratatoskr.space/pkg/fasthttp/v1.6.0.tar.gz"],
integrity = "sha256-ipS2W17s3vQMPp5AMLGtsbzQeNMnY8LfsFfyLLirj+U=",
strip_prefix = "fasthttp-v1.6.0",
)
zig
.url = "https://ratatoskr.space/pkg/fasthttp/v1.6.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fasthttp@v1.6.0
install via yggdrasil mesh
bazel
http_archive(
name = "fasthttp",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.6.0.tar.gz"],
integrity = "sha256-ipS2W17s3vQMPp5AMLGtsbzQeNMnY8LfsFfyLLirj+U=",
strip_prefix = "fasthttp-v1.6.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.6.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp@v1.6.0