fasthttp @ v1.64.0
integrity
- size
- 320.0 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/valyala/fasthttp
release notes
⚠️ Deprecation warning! ⚠️
In the next version of fasthttp headers delimited by just \n (instead of \r\n) are no longer supported!
What's Changed
- Add warning for deprecated newline separator by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/2031
- refact: eliminate duplication in Request/Response via struct embedding by @ksw2000 in https://github.com/valyala/fasthttp/pull/2027
- chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 by @dependabot[bot] in https://github.com/valyala/fasthttp/pull/2034
- chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 by @dependabot[bot] in https://github.com/valyala/fasthttp/pull/2036
- chore(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 by @dependabot[bot] in https://github.com/valyala/fasthttp/pull/2035
Full Changelog: https://github.com/valyala/fasthttp/compare/v1.63.0...v1.64.0
download
unix · zip
curl -fL -o v1.64.0.zip https://ratatoskr.space/pkg/fasthttp/v1.64.0.zip
printf '%s %s\n' 'fcef2588c991373898e504b3e3c263683334e5b6d0b7349fee685f8d5aa645cf' 'v1.64.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fasthttp/v1.64.0.zip"
$out = "v1.64.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fcef2588c991373898e504b3e3c263683334e5b6d0b7349fee685f8d5aa645cf") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.64.0.tar.gz https://ratatoskr.space/pkg/fasthttp/v1.64.0.tar.gz
printf '%s %s\n' '9c895335393e965ad70a662494089e0607e46a7df0cd6959c93c5e00a5a00985' 'v1.64.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fasthttp/v1.64.0.tar.gz"
$out = "v1.64.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9c895335393e965ad70a662494089e0607e46a7df0cd6959c93c5e00a5a00985") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.64.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.64.0.zip
printf '%s %s\n' 'fcef2588c991373898e504b3e3c263683334e5b6d0b7349fee685f8d5aa645cf' 'v1.64.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.64.0.zip"
$out = "v1.64.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fcef2588c991373898e504b3e3c263683334e5b6d0b7349fee685f8d5aa645cf") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.64.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.64.0.tar.gz
printf '%s %s\n' '9c895335393e965ad70a662494089e0607e46a7df0cd6959c93c5e00a5a00985' 'v1.64.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.64.0.tar.gz"
$out = "v1.64.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9c895335393e965ad70a662494089e0607e46a7df0cd6959c93c5e00a5a00985") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.64.0.zip | zip | 323.7 KiB |
blake3-24 90378530e5b2986b6b66b825f91d353982f6b32b28175a49
sha256 fcef2588c991373898e504b3e3c263683334e5b6d0b7349fee685f8d5aa645cf
sha1 46210539e713f4eceecdb3849f2f3d5165b514a9
|
| v1.64.0.tar.gz | tar.gz | 264.9 KiB |
blake3-24 96c1f259d1d2d52bb1c11b3d4b8f594e0b1db58daa17f0c6
sha256 9c895335393e965ad70a662494089e0607e46a7df0cd6959c93c5e00a5a00985
sha1 f4c1658ad58a9a1baa3a52baf23daecca8933234
|
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.64.0.zip | zip | 327.5 KiB |
blake3-24 b44fa605d946da576aba4f363a9e6e823297d49e8ff12068
sha256 d6fb0fd094c1450381ad345cd06c147a3248610125f376707234f6eac9e448ea
sha1 c774eb436e7a3fd900b567c06838c32b0572f800
|
install
bazel
http_archive(
name = "fasthttp",
urls = ["https://ratatoskr.space/pkg/fasthttp/v1.64.0.tar.gz"],
integrity = "sha256-nIlTNTk+llrXCmYklAieBgfkan3wzWlZyTxeAKWgCYU=",
strip_prefix = "fasthttp-v1.64.0",
)
zig
.url = "https://ratatoskr.space/pkg/fasthttp/v1.64.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fasthttp@v1.64.0
install via yggdrasil mesh
bazel
http_archive(
name = "fasthttp",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.64.0.tar.gz"],
integrity = "sha256-nIlTNTk+llrXCmYklAieBgfkan3wzWlZyTxeAKWgCYU=",
strip_prefix = "fasthttp-v1.64.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.64.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp@v1.64.0