fasthttp @ v1.55.0
integrity
- size
- 299.3 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/valyala/fasthttp
release notes
What's Changed
- all: add riscv64 support by @mengzhuo in https://github.com/valyala/fasthttp/pull/1781
- Use FASTHTTP_PREFORK_CHILD env variable to detect child by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/1783
- Fix common recurring CI issues by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/1784
- test: fix typo by @alexandear in https://github.com/valyala/fasthttp/pull/1790
- Don't allow \r in header names by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/1789
- chore(deps): bump github.com/klauspost/compress from 1.17.7 to 1.17.9 by @dependabot in https://github.com/valyala/fasthttp/pull/1792
- chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.24.0 by @dependabot in https://github.com/valyala/fasthttp/pull/1787
- chore(deps): bump golang.org/x/net from 0.23.0 to 0.26.0 by @dependabot in https://github.com/valyala/fasthttp/pull/1788
- chore(deps): bump securego/gosec from 2.19.0 to 2.20.0 by @dependabot in https://github.com/valyala/fasthttp/pull/1776
New Contributors
- @mengzhuo made their first contribution in https://github.com/valyala/fasthttp/pull/1781
Full Changelog: https://github.com/valyala/fasthttp/compare/1.54.0...v1.55.0
download
unix · zip
curl -fL -o v1.55.0.zip https://ratatoskr.space/pkg/fasthttp/v1.55.0.zip
printf '%s %s\n' 'c4e08e5d2a0bdbc28d2da9282fd77fe48f41390c6d384c9de5a339991be04bc6' 'v1.55.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fasthttp/v1.55.0.zip"
$out = "v1.55.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c4e08e5d2a0bdbc28d2da9282fd77fe48f41390c6d384c9de5a339991be04bc6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.55.0.tar.gz https://ratatoskr.space/pkg/fasthttp/v1.55.0.tar.gz
printf '%s %s\n' '8f76df2bd6beb83c5318e32152a74e1c0e3172a1301ec115b0a2ea67cc901283' 'v1.55.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fasthttp/v1.55.0.tar.gz"
$out = "v1.55.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8f76df2bd6beb83c5318e32152a74e1c0e3172a1301ec115b0a2ea67cc901283") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.55.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.55.0.zip
printf '%s %s\n' 'c4e08e5d2a0bdbc28d2da9282fd77fe48f41390c6d384c9de5a339991be04bc6' 'v1.55.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.55.0.zip"
$out = "v1.55.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c4e08e5d2a0bdbc28d2da9282fd77fe48f41390c6d384c9de5a339991be04bc6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.55.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.55.0.tar.gz
printf '%s %s\n' '8f76df2bd6beb83c5318e32152a74e1c0e3172a1301ec115b0a2ea67cc901283' 'v1.55.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.55.0.tar.gz"
$out = "v1.55.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8f76df2bd6beb83c5318e32152a74e1c0e3172a1301ec115b0a2ea67cc901283") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.55.0.zip | zip | 302.8 KiB |
blake3-24 684f1c8fc03f0a5bcc74cfde36a40eb1c17b28658c5ab4cc
sha256 c4e08e5d2a0bdbc28d2da9282fd77fe48f41390c6d384c9de5a339991be04bc6
sha1 f1499cb21e1bebf6712a0b0683bf685e0d82ca34
|
| v1.55.0.tar.gz | tar.gz | 247.8 KiB |
blake3-24 fd1e515c8ed76a4381cf5087b0b8ea0856acf96a79e3adb4
sha256 8f76df2bd6beb83c5318e32152a74e1c0e3172a1301ec115b0a2ea67cc901283
sha1 13bbad186e822ac1a115aa4c069e054489019a89
|
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.55.0.zip | zip | 306.3 KiB |
blake3-24 6de7bd1827b4c6e83fc88c6e3f6dce2416971a815f7b7cdb
sha256 ecbdde1f76349b42c03d47e8ede44cd029306df77df4dcba88069b91bd4550bf
sha1 9279e4ec2f9c7e9b97411aeefd5ca6b2da5f1917
|
install
bazel
http_archive(
name = "fasthttp",
urls = ["https://ratatoskr.space/pkg/fasthttp/v1.55.0.tar.gz"],
integrity = "sha256-j3bfK9a+uDxTGOMhUqdOHA4xcqEwHsEVsKLqZ8yQEoM=",
strip_prefix = "fasthttp-v1.55.0",
)
zig
.url = "https://ratatoskr.space/pkg/fasthttp/v1.55.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fasthttp@v1.55.0
install via yggdrasil mesh
bazel
http_archive(
name = "fasthttp",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.55.0.tar.gz"],
integrity = "sha256-j3bfK9a+uDxTGOMhUqdOHA4xcqEwHsEVsKLqZ8yQEoM=",
strip_prefix = "fasthttp-v1.55.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.55.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp@v1.55.0