fasthttp @ v1.23.0
integrity
- size
- 260.3 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/valyala/fasthttp
release notes
- 2a6f7db Adding support for securing error logs (#1001) (Daniel Firsht)
- e61c9d5 Improve Client/HostClient pooling when many HostClient structs created and removed during program execution (#1000) (Mikhail Faraponov)
- a583006 Use bytes.IndexByte instead of bytes.Index for single byte lookup (#999) (Mike Faraponov)
- 860c345 Fix unexpected panic when calling Do of a PipelineClient (#997) (blanet)
- 0cd7349 ImmediateHeaderFlush when no body (#995) (Vladimir Shteinman)
- 02e0722 Add PipelineClient name (#994) (kiyon)
- 1a7995b format err info (#989) (peakle)
- f40ea7e Improve socks proxy (#990) (kiyon)
- 34fa9a6 Add DisableHeaderNamesNormalizing to PipelineClient (#991) (kiyon)
download
unix · zip
curl -fL -o v1.23.0.zip https://ratatoskr.space/pkg/fasthttp/v1.23.0.zip
printf '%s %s\n' 'e8d86619980cc7f09e160221ade3e5eee4739d9a55e2c2177a9a8120e829a679' 'v1.23.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fasthttp/v1.23.0.zip"
$out = "v1.23.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e8d86619980cc7f09e160221ade3e5eee4739d9a55e2c2177a9a8120e829a679") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.23.0.tar.gz https://ratatoskr.space/pkg/fasthttp/v1.23.0.tar.gz
printf '%s %s\n' 'c7269d24fd259b46b1164b436833eb65c3f809f07dda276b2ea232e8b4ce4748' 'v1.23.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fasthttp/v1.23.0.tar.gz"
$out = "v1.23.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c7269d24fd259b46b1164b436833eb65c3f809f07dda276b2ea232e8b4ce4748") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.23.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.23.0.zip
printf '%s %s\n' 'e8d86619980cc7f09e160221ade3e5eee4739d9a55e2c2177a9a8120e829a679' 'v1.23.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.23.0.zip"
$out = "v1.23.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e8d86619980cc7f09e160221ade3e5eee4739d9a55e2c2177a9a8120e829a679") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.23.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.23.0.tar.gz
printf '%s %s\n' 'c7269d24fd259b46b1164b436833eb65c3f809f07dda276b2ea232e8b4ce4748' 'v1.23.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.23.0.tar.gz"
$out = "v1.23.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c7269d24fd259b46b1164b436833eb65c3f809f07dda276b2ea232e8b4ce4748") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.23.0.zip | zip | 262.3 KiB |
blake3-24 29a55487076f3d5ffa67618d6e6fc33ef0055a1be7ece2e8
sha256 e8d86619980cc7f09e160221ade3e5eee4739d9a55e2c2177a9a8120e829a679
sha1 86ab6f4d1f554d7368c077de2d94775dbe75acf1
|
| v1.23.0.tar.gz | tar.gz | 216.5 KiB |
blake3-24 3bad0327fcd5e2c5605aaa52728c8c74458d4021be63c03b
sha256 c7269d24fd259b46b1164b436833eb65c3f809f07dda276b2ea232e8b4ce4748
sha1 c1427d879ed653ebfc51e90ad87f02b3d4b2f0de
|
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.23.0.zip | zip | 265.3 KiB |
blake3-24 2bb143bce532d19535b432d5ad057387efd98890b6a9da98
sha256 087fcd689d50f1a85a67278d7c363e91c0edb57be5f5e5528e77d3a91d9ee332
sha1 a3a267f4b5ab26fc7dd5200f0068b167be80ec8e
|
install
bazel
http_archive(
name = "fasthttp",
urls = ["https://ratatoskr.space/pkg/fasthttp/v1.23.0.tar.gz"],
integrity = "sha256-xyadJP0lm0axFktDaDPrZcP4CfB92idrLqIy6LTOR0g=",
strip_prefix = "fasthttp-v1.23.0",
)
zig
.url = "https://ratatoskr.space/pkg/fasthttp/v1.23.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fasthttp@v1.23.0
install via yggdrasil mesh
bazel
http_archive(
name = "fasthttp",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.23.0.tar.gz"],
integrity = "sha256-xyadJP0lm0axFktDaDPrZcP4CfB92idrLqIy6LTOR0g=",
strip_prefix = "fasthttp-v1.23.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.23.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp@v1.23.0