fasthttp @ v1.26.0
integrity
- size
- 260.6 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/valyala/fasthttp
release notes
- 6233fbc Fix header .Add functions (#1036) (Erik Dubbelboer)
- 5bb5cfc Remove unused peekRawHeader (Erik Dubbelboer)
- 7d13e18 Add Request.TLS and try to avoid a new alloc if Request.Header is already allocated (#1034) (Sergio Andrés Virviescas Santana)
- b433ecf Make sure to reset the userValues always and at the exact time (#1027) (Sergio Andrés Virviescas Santana)
- a18c632 Fix cookie panic (Erik Dubbelboer)
- f3e4118 Don't recommend Go 1.13 (Erik Dubbelboer)
download
unix · zip
curl -fL -o v1.26.0.zip https://ratatoskr.space/pkg/fasthttp/v1.26.0.zip
printf '%s %s\n' '7ba9ced2101c1ffb06d9be664500959fa1a5c6b7890dd131960555e05fe87136' 'v1.26.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fasthttp/v1.26.0.zip"
$out = "v1.26.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7ba9ced2101c1ffb06d9be664500959fa1a5c6b7890dd131960555e05fe87136") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.26.0.tar.gz https://ratatoskr.space/pkg/fasthttp/v1.26.0.tar.gz
printf '%s %s\n' '01e933b9ad564e1d6940ad05592932cb31361de050d47893dcfff24e3fdf06b1' 'v1.26.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fasthttp/v1.26.0.tar.gz"
$out = "v1.26.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "01e933b9ad564e1d6940ad05592932cb31361de050d47893dcfff24e3fdf06b1") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.26.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.26.0.zip
printf '%s %s\n' '7ba9ced2101c1ffb06d9be664500959fa1a5c6b7890dd131960555e05fe87136' 'v1.26.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.26.0.zip"
$out = "v1.26.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7ba9ced2101c1ffb06d9be664500959fa1a5c6b7890dd131960555e05fe87136") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.26.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.26.0.tar.gz
printf '%s %s\n' '01e933b9ad564e1d6940ad05592932cb31361de050d47893dcfff24e3fdf06b1' 'v1.26.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.26.0.tar.gz"
$out = "v1.26.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "01e933b9ad564e1d6940ad05592932cb31361de050d47893dcfff24e3fdf06b1") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.26.0.zip | zip | 262.7 KiB |
blake3-24 f9ea6876b47b1b4df52d44e442ee5532546e427be932f109
sha256 7ba9ced2101c1ffb06d9be664500959fa1a5c6b7890dd131960555e05fe87136
sha1 1d03e60b24bdb0f3d165ffc8039e0794a58420f9
|
| v1.26.0.tar.gz | tar.gz | 216.4 KiB |
blake3-24 a33d48c9aec5640a6e455fe3a04536a17bfbccb64f18cdd0
sha256 01e933b9ad564e1d6940ad05592932cb31361de050d47893dcfff24e3fdf06b1
sha1 df2dff4b82b2a66177b95d5d0f28cdd1133b84bf
|
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.26.0.zip | zip | 265.7 KiB |
blake3-24 c1ce83003d74e1a0a25e36b8f5842a6e319af12d09334bd9
sha256 0627f8529638e8bf0a1b2019a96e04ed9151b858752fa6e83fcdd63ea3a359fb
sha1 e666be7820ee7f1707ae68b8789cfb4c657b97c1
|
install
bazel
http_archive(
name = "fasthttp",
urls = ["https://ratatoskr.space/pkg/fasthttp/v1.26.0.tar.gz"],
integrity = "sha256-Aekzua1WTh1pQK0FWSkyyzE2HeBQ1HiT3P/yTj/fBrE=",
strip_prefix = "fasthttp-v1.26.0",
)
zig
.url = "https://ratatoskr.space/pkg/fasthttp/v1.26.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fasthttp@v1.26.0
install via yggdrasil mesh
bazel
http_archive(
name = "fasthttp",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.26.0.tar.gz"],
integrity = "sha256-Aekzua1WTh1pQK0FWSkyyzE2HeBQ1HiT3P/yTj/fBrE=",
strip_prefix = "fasthttp-v1.26.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.26.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp@v1.26.0