fasthttp @ v1.18.0
integrity
- size
- 256.0 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/valyala/fasthttp
release notes
- d0dfbd4 fix issue #875 (#909) (Kirill Danshin)
- ec4aa43 (header) do case insensitive lookup of cookie header value (#925) (Daniel Kürner)
- f710c2d Fixing deletion of headers/queryargs having multiple values. (#918) (anshul-jain-aws)
- cb0aaaa Improve round2 performance (#914) (kiyon)
- c2542e5 add nil check for LocalAddr (#907) (Shohi Wang)
- 30aa43e Adding Power support(ppc64le) with continuous integration/testing to the project for architecture independent (#903) (asellappen)
- df87e70 Fix race condition in TestCloseIdleConnections (Erik Dubbelboer)
download
unix · zip
curl -fL -o v1.18.0.zip https://ratatoskr.space/pkg/fasthttp/v1.18.0.zip
printf '%s %s\n' '43f095d428d6d205db0e8aacf8d64550e0e995aaf335a4962d103308493e0f08' 'v1.18.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fasthttp/v1.18.0.zip"
$out = "v1.18.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "43f095d428d6d205db0e8aacf8d64550e0e995aaf335a4962d103308493e0f08") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.18.0.tar.gz https://ratatoskr.space/pkg/fasthttp/v1.18.0.tar.gz
printf '%s %s\n' '540edc29ee086725d8775795f7bd8d4ba749e028d61cdad1cbe3d28a8c4cf906' 'v1.18.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fasthttp/v1.18.0.tar.gz"
$out = "v1.18.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "540edc29ee086725d8775795f7bd8d4ba749e028d61cdad1cbe3d28a8c4cf906") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.18.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.18.0.zip
printf '%s %s\n' '43f095d428d6d205db0e8aacf8d64550e0e995aaf335a4962d103308493e0f08' 'v1.18.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.18.0.zip"
$out = "v1.18.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "43f095d428d6d205db0e8aacf8d64550e0e995aaf335a4962d103308493e0f08") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.18.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.18.0.tar.gz
printf '%s %s\n' '540edc29ee086725d8775795f7bd8d4ba749e028d61cdad1cbe3d28a8c4cf906' 'v1.18.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.18.0.tar.gz"
$out = "v1.18.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "540edc29ee086725d8775795f7bd8d4ba749e028d61cdad1cbe3d28a8c4cf906") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.18.0.zip | zip | 257.8 KiB |
blake3-24 914830ae8f577a25e8ba37a01f04a19e3387ae1f1f5e08bb
sha256 43f095d428d6d205db0e8aacf8d64550e0e995aaf335a4962d103308493e0f08
sha1 da4e69183685c2805ee1f7bdc107f2258b3f371c
|
| v1.18.0.tar.gz | tar.gz | 213.4 KiB |
blake3-24 148b519bf8ea6c66a4a520258ae1e09c686aaf95cf34f655
sha256 540edc29ee086725d8775795f7bd8d4ba749e028d61cdad1cbe3d28a8c4cf906
sha1 663c4ded1925fa56d9a0c258346e9267031a6e71
|
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.18.0.zip | zip | 260.8 KiB |
blake3-24 203d9d98286bf42176493224acf876cbccd0ee457f1e56ab
sha256 f75e83a62ee30413b42836fa5a915f6e91b43e6ff6649154781d1817b8447703
sha1 bfd6179cff932cb8776edb251ea35cd7ad514b2a
|
install
bazel
http_archive(
name = "fasthttp",
urls = ["https://ratatoskr.space/pkg/fasthttp/v1.18.0.tar.gz"],
integrity = "sha256-VA7cKe4IZyXYd1eV972NS6dJ4CjWHNrRy+PSioxM+QY=",
strip_prefix = "fasthttp-v1.18.0",
)
zig
.url = "https://ratatoskr.space/pkg/fasthttp/v1.18.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fasthttp@v1.18.0
install via yggdrasil mesh
bazel
http_archive(
name = "fasthttp",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.18.0.tar.gz"],
integrity = "sha256-VA7cKe4IZyXYd1eV972NS6dJ4CjWHNrRy+PSioxM+QY=",
strip_prefix = "fasthttp-v1.18.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.18.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp@v1.18.0