fasthttp @ v1.42.0
integrity
- size
- 286.2 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/valyala/fasthttp
release notes
- 4995135 feat: add ShutdownWithContext (#1383) (kinggo)
- 7b3bf58 style: modify typo and remove repeated type conversions (#1437) (kinggo)
- 8f43443 Wait for the response of pipelineWork in background and return it to pool (#1436) (Andy Pan)
- c367454 Fix some potential pool leaks (#1433) (Andy Pan)
- b32a3dd Use time.Until(deadline) instead of -time.Since(deadline) (#1434) (Andy Pan)
- 8a60232 Assert with *net.TCPConn instead of *net.TCPListener in acceptConn() for TCP sockets (#1432) (Andy Pan)
- c57a2ce Make sure nothing is nil in tmp slice (#1423) (hs son)
- f095481 Request.SetTimeout (#1415) (brian-armstrong-discord)
- c88dd5d fix form empty field error when used with pipe (#1417) (nick9822)
- a468a7d feat: support mulit/range (#1398) (byene0923)
- 3963a79 feat: add PeekKeys and PeekTrailerKeys (#1405) (kinggo)
- eca86de fix: (#1410) (byene0923)
- e214137 fix: ignore body should not set content-length of streaming (#1406) (byene0923)
download
unix · zip
curl -fL -o v1.42.0.zip https://ratatoskr.space/pkg/fasthttp/v1.42.0.zip
printf '%s %s\n' '9a759468b572aa40fd5a4392af6d4227f35ab323e210f7343f7e2cbaf719fdd6' 'v1.42.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fasthttp/v1.42.0.zip"
$out = "v1.42.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9a759468b572aa40fd5a4392af6d4227f35ab323e210f7343f7e2cbaf719fdd6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.42.0.tar.gz https://ratatoskr.space/pkg/fasthttp/v1.42.0.tar.gz
printf '%s %s\n' '364c1ed2515f64f1b1925c2cdbb796728c277cbc957ebd94db304f4423c3bcb5' 'v1.42.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fasthttp/v1.42.0.tar.gz"
$out = "v1.42.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "364c1ed2515f64f1b1925c2cdbb796728c277cbc957ebd94db304f4423c3bcb5") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.42.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.42.0.zip
printf '%s %s\n' '9a759468b572aa40fd5a4392af6d4227f35ab323e210f7343f7e2cbaf719fdd6' 'v1.42.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.42.0.zip"
$out = "v1.42.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9a759468b572aa40fd5a4392af6d4227f35ab323e210f7343f7e2cbaf719fdd6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.42.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.42.0.tar.gz
printf '%s %s\n' '364c1ed2515f64f1b1925c2cdbb796728c277cbc957ebd94db304f4423c3bcb5' 'v1.42.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.42.0.tar.gz"
$out = "v1.42.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "364c1ed2515f64f1b1925c2cdbb796728c277cbc957ebd94db304f4423c3bcb5") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.42.0.zip | zip | 288.4 KiB |
blake3-24 091954c86dcb67536118a7b900fb73a4120e7e75e830602a
sha256 9a759468b572aa40fd5a4392af6d4227f35ab323e210f7343f7e2cbaf719fdd6
sha1 138e9ef5291fd66aaea25d7c17adcbcacfec14cf
|
| v1.42.0.tar.gz | tar.gz | 238.2 KiB |
blake3-24 3ffd496fd3eb24773c0032d927f790545a191d710122be9e
sha256 364c1ed2515f64f1b1925c2cdbb796728c277cbc957ebd94db304f4423c3bcb5
sha1 c56f999ba022b8b862dbb6443190dcaa5c7630b0
|
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.42.0.zip | zip | 291.6 KiB |
blake3-24 a5b4f05284ec3927459d34d96ca0b58f53ec74e9c5f05ffa
sha256 89ee21f5e0f71cc27c3d87e8d7e7bd09ef7e645d881671494ca3c8418f05f776
sha1 fec4b413b550dadef453b78884ed9ebc7577f1e8
|
install
bazel
http_archive(
name = "fasthttp",
urls = ["https://ratatoskr.space/pkg/fasthttp/v1.42.0.tar.gz"],
integrity = "sha256-Nkwe0lFfZPGxklws27eWcownfLyVfr2U2zBPRCPDvLU=",
strip_prefix = "fasthttp-v1.42.0",
)
zig
.url = "https://ratatoskr.space/pkg/fasthttp/v1.42.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fasthttp@v1.42.0
install via yggdrasil mesh
bazel
http_archive(
name = "fasthttp",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.42.0.tar.gz"],
integrity = "sha256-Nkwe0lFfZPGxklws27eWcownfLyVfr2U2zBPRCPDvLU=",
strip_prefix = "fasthttp-v1.42.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.42.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp@v1.42.0