yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/fasthttp/v1.52.0
vault / fasthttp / v1.52.0

fasthttp @ v1.52.0

integrity

size
294.7 KiB
downloaded
last checked
overlays
go
detected
go module github.com/valyala/fasthttp
source https://github.com/valyala/fasthttp · available · github

release notes

What's Changed

Minor backwards incompatible changes

These changes are only backwards incompatible if you are sending bad requests.

New features

Other

New Contributors

Full Changelog: https://github.com/valyala/fasthttp/compare/v1.51.0...v1.52.0

download

unix · zip
curl -fL -o v1.52.0.zip https://ratatoskr.space/pkg/fasthttp/v1.52.0.zip
                    printf '%s  %s\n' '0fe889d114a5e41c80999ca2aeb5610c21c1bcf4ec56b039b10a422f0ce79ea8' 'v1.52.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fasthttp/v1.52.0.zip"
$out = "v1.52.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0fe889d114a5e41c80999ca2aeb5610c21c1bcf4ec56b039b10a422f0ce79ea8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.52.0.tar.gz https://ratatoskr.space/pkg/fasthttp/v1.52.0.tar.gz
                    printf '%s  %s\n' 'd8f5f4e2ed6126e44731f931f2ac3a748ceb995ee0180f3e741418337a37ada0' 'v1.52.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fasthttp/v1.52.0.tar.gz"
$out = "v1.52.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d8f5f4e2ed6126e44731f931f2ac3a748ceb995ee0180f3e741418337a37ada0") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.52.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.52.0.zip
                    printf '%s  %s\n' '0fe889d114a5e41c80999ca2aeb5610c21c1bcf4ec56b039b10a422f0ce79ea8' 'v1.52.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.52.0.zip"
$out = "v1.52.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0fe889d114a5e41c80999ca2aeb5610c21c1bcf4ec56b039b10a422f0ce79ea8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.52.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.52.0.tar.gz
                    printf '%s  %s\n' 'd8f5f4e2ed6126e44731f931f2ac3a748ceb995ee0180f3e741418337a37ada0' 'v1.52.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.52.0.tar.gz"
$out = "v1.52.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d8f5f4e2ed6126e44731f931f2ac3a748ceb995ee0180f3e741418337a37ada0") { throw "sha256 mismatch" }
artifact format size hashes
v1.52.0.zip zip 298.1 KiB
blake3-24 b77ccefa885784968df0e9ef276aea84acb2728c1f9864cb
sha256 0fe889d114a5e41c80999ca2aeb5610c21c1bcf4ec56b039b10a422f0ce79ea8
sha1 566c51a99f61f971e5430d111cc0325fb1cc4a33
v1.52.0.tar.gz tar.gz 244.4 KiB
blake3-24 fd99592625b53316c1696d1e402792b477ae051ecb3ad927
sha256 d8f5f4e2ed6126e44731f931f2ac3a748ceb995ee0180f3e741418337a37ada0
sha1 8a55dafc9997ae2337105a969989957445069dcc

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.52.0.zip zip 301.5 KiB
blake3-24 82dd2d38ab963ccb58dbaddb6588b7086c5e59596f6e52c2
sha256 241e90b0c915d4e1a8f75d023c5f7a2a367ab37b643c3138c2420cf79614dc05
sha1 5a33471807ef898fb80c50c60ab12f9918aa875b

install

bazel
http_archive(
    name = "fasthttp",
    urls = ["https://ratatoskr.space/pkg/fasthttp/v1.52.0.tar.gz"],
    integrity = "sha256-2PX04u1hJuRHMfkx8qw6dIzrmV7gGA8+dBQYM3o3raA=",
    strip_prefix = "fasthttp-v1.52.0",
)
zig
.url = "https://ratatoskr.space/pkg/fasthttp/v1.52.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fasthttp@v1.52.0
install via yggdrasil mesh
bazel
http_archive(
    name = "fasthttp",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.52.0.tar.gz"],
    integrity = "sha256-2PX04u1hJuRHMfkx8qw6dIzrmV7gGA8+dBQYM3o3raA=",
    strip_prefix = "fasthttp-v1.52.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.52.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp@v1.52.0
← v1.53.0v1.51.0 →