fasthttp @ v1.60.0
integrity
- size
- 317.9 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/valyala/fasthttp
release notes
What's Changed
- perf: split delAllArgs into delAllArgs and delAllArgsStable by @ksw2000 in https://github.com/valyala/fasthttp/pull/1945
- fix: accept invalid headers with a space by @ksw2000 in https://github.com/valyala/fasthttp/pull/1953
- Drop support for Go 1.21, add support for 1.24 by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/1959
- chore(deps): bump github.com/klauspost/compress from 1.17.11 to 1.18.0 by @dependabot in https://github.com/valyala/fasthttp/pull/1958
- add related project for opentelemetry-go-auto-instrumentation by @123liuziming in https://github.com/valyala/fasthttp/pull/1962
- Fix normalizeHeaderValue by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/1963
- chore(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 by @dependabot in https://github.com/valyala/fasthttp/pull/1968
- chore(deps): bump securego/gosec from 2.22.1 to 2.22.2 by @dependabot in https://github.com/valyala/fasthttp/pull/1972
- chore(deps): bump golang.org/x/net from 0.36.0 to 0.37.0 by @dependabot in https://github.com/valyala/fasthttp/pull/1971
- Update golangci-lint to v2 by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/1980
- chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 by @dependabot in https://github.com/valyala/fasthttp/pull/1983
- Remove idleConns mutex for every request by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/1986
New Contributors
- @123liuziming made their first contribution in https://github.com/valyala/fasthttp/pull/1962
Full Changelog: https://github.com/valyala/fasthttp/compare/v1.59.0...v1.60.0
download
unix · zip
curl -fL -o v1.60.0.zip https://ratatoskr.space/pkg/fasthttp/v1.60.0.zip
printf '%s %s\n' 'edde3e482a8e278bca4233182fc183ed64f90b88fa0c34c4aa328bf3a2581847' 'v1.60.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fasthttp/v1.60.0.zip"
$out = "v1.60.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "edde3e482a8e278bca4233182fc183ed64f90b88fa0c34c4aa328bf3a2581847") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.60.0.tar.gz https://ratatoskr.space/pkg/fasthttp/v1.60.0.tar.gz
printf '%s %s\n' 'eddb438bfa6ab9e9e1d5f921a073e435d5e8242db502df45382febfdfc5bdad9' 'v1.60.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fasthttp/v1.60.0.tar.gz"
$out = "v1.60.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "eddb438bfa6ab9e9e1d5f921a073e435d5e8242db502df45382febfdfc5bdad9") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.60.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.60.0.zip
printf '%s %s\n' 'edde3e482a8e278bca4233182fc183ed64f90b88fa0c34c4aa328bf3a2581847' 'v1.60.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.60.0.zip"
$out = "v1.60.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "edde3e482a8e278bca4233182fc183ed64f90b88fa0c34c4aa328bf3a2581847") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.60.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.60.0.tar.gz
printf '%s %s\n' 'eddb438bfa6ab9e9e1d5f921a073e435d5e8242db502df45382febfdfc5bdad9' 'v1.60.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.60.0.tar.gz"
$out = "v1.60.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "eddb438bfa6ab9e9e1d5f921a073e435d5e8242db502df45382febfdfc5bdad9") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.60.0.zip | zip | 321.7 KiB |
blake3-24 2af859297e6907a1ef12547a1fefdb8912ecff8c8be633d7
sha256 edde3e482a8e278bca4233182fc183ed64f90b88fa0c34c4aa328bf3a2581847
sha1 950ae48748a0a2576dc66b1feefe3f9643f5a0ad
|
| v1.60.0.tar.gz | tar.gz | 262.2 KiB |
blake3-24 0827c227ad4741153c6e65f1437c29444508cba46ef4853b
sha256 eddb438bfa6ab9e9e1d5f921a073e435d5e8242db502df45382febfdfc5bdad9
sha1 cfd6087b7c891af3ca1c5e9eaea95549cbd37100
|
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.60.0.zip | zip | 325.4 KiB |
blake3-24 9b1d2e770850b80848b04e4b701a381db77857def4bc18ee
sha256 1654189d242d155fb2cdabaccfde2b3aef51af474fcdefdf3996fb23bcfef7bf
sha1 31ee3e7571b0f504e0d5c58a9ee02b28ff011022
|
install
bazel
http_archive(
name = "fasthttp",
urls = ["https://ratatoskr.space/pkg/fasthttp/v1.60.0.tar.gz"],
integrity = "sha256-7dtDi/pquenh1fkhoHPkNdXoJC21At9FOC/r/fxb2tk=",
strip_prefix = "fasthttp-v1.60.0",
)
zig
.url = "https://ratatoskr.space/pkg/fasthttp/v1.60.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fasthttp@v1.60.0
install via yggdrasil mesh
bazel
http_archive(
name = "fasthttp",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.60.0.tar.gz"],
integrity = "sha256-7dtDi/pquenh1fkhoHPkNdXoJC21At9FOC/r/fxb2tk=",
strip_prefix = "fasthttp-v1.60.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.60.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp@v1.60.0