fasthttp @ v1.44.0
integrity
- size
- 285.3 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/valyala/fasthttp
release notes
- fc2d704 chore: Update README.md (#1470) (Aadithya V)
- 2a00c86 Github actions/checkout@v3 (Erik Dubbelboer)
- 434022b server.go Simplify default Server name logic (#1467) (Sergey Ponomarev)
- 51048b0 client.go Simplify default UA logic (#1466) (Sergey Ponomarev)
- e46afc3 fix: client may remove hostclient incorrectly (#1461) (Xuran)
- 9b4a7e5 fix http2 adapter (#1457) (Shawn)
- c637221 optimize: allow http head when use getonly (#1456) (kinggo)
- b788e66 feat: support custom formvalue function (#1453) (kinggo)
- 2a572e0 doc: optimize the comment of the Request.Done method (#1454) (kinggo)
- f6aac90 Fixed an error caused of character when @ > 1 during proxy authentication (#1452) (Amzza0x00)
- 951f5a1 add optional simulated addresses to pipeconn and inmemorylistener (#1449) (Tobias Krischer)
download
unix · zip
curl -fL -o v1.44.0.zip https://ratatoskr.space/pkg/fasthttp/v1.44.0.zip
printf '%s %s\n' '3a13020e0cf4e2acc55f538ce0b81e61431cc8fd06dec7ae17284f9579aeb9cb' 'v1.44.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fasthttp/v1.44.0.zip"
$out = "v1.44.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3a13020e0cf4e2acc55f538ce0b81e61431cc8fd06dec7ae17284f9579aeb9cb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.44.0.tar.gz https://ratatoskr.space/pkg/fasthttp/v1.44.0.tar.gz
printf '%s %s\n' '7f5b0d7f955262ed8beec465947832afb2ea3414b8be2a81e2b7e88b82b6d892' 'v1.44.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fasthttp/v1.44.0.tar.gz"
$out = "v1.44.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7f5b0d7f955262ed8beec465947832afb2ea3414b8be2a81e2b7e88b82b6d892") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.44.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.44.0.zip
printf '%s %s\n' '3a13020e0cf4e2acc55f538ce0b81e61431cc8fd06dec7ae17284f9579aeb9cb' 'v1.44.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.44.0.zip"
$out = "v1.44.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3a13020e0cf4e2acc55f538ce0b81e61431cc8fd06dec7ae17284f9579aeb9cb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.44.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.44.0.tar.gz
printf '%s %s\n' '7f5b0d7f955262ed8beec465947832afb2ea3414b8be2a81e2b7e88b82b6d892' 'v1.44.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.44.0.tar.gz"
$out = "v1.44.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7f5b0d7f955262ed8beec465947832afb2ea3414b8be2a81e2b7e88b82b6d892") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.44.0.zip | zip | 287.4 KiB |
blake3-24 f8f79d0a588aea636fa61e772a1434306c9466dfbb81a522
sha256 3a13020e0cf4e2acc55f538ce0b81e61431cc8fd06dec7ae17284f9579aeb9cb
sha1 ab1edf9749495783af9dd225fcaa540f49318884
|
| v1.44.0.tar.gz | tar.gz | 236.9 KiB |
blake3-24 c3114bcf4c534eb680527a554d6a16422d7def4e5fd8337f
sha256 7f5b0d7f955262ed8beec465947832afb2ea3414b8be2a81e2b7e88b82b6d892
sha1 d9e669db2c033f360a6afae477e7a9e2d1af3f80
|
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.44.0.zip | zip | 290.6 KiB |
blake3-24 0d53a228692b824a39d3191fd5749dc2ffd8baa5cf511fb1
sha256 020337d86daa6d126b5fc1db67c4a5157bf8bd6d9d54f01feb9fed1d43914523
sha1 462e86320c012d526ca24d1faf2228bcb557ac7f
|
install
bazel
http_archive(
name = "fasthttp",
urls = ["https://ratatoskr.space/pkg/fasthttp/v1.44.0.tar.gz"],
integrity = "sha256-f1sNf5VSYu2L7sRllHgyr7LqNBS4viqB4rfoi4K22JI=",
strip_prefix = "fasthttp-v1.44.0",
)
zig
.url = "https://ratatoskr.space/pkg/fasthttp/v1.44.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fasthttp@v1.44.0
install via yggdrasil mesh
bazel
http_archive(
name = "fasthttp",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.44.0.tar.gz"],
integrity = "sha256-f1sNf5VSYu2L7sRllHgyr7LqNBS4viqB4rfoi4K22JI=",
strip_prefix = "fasthttp-v1.44.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.44.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp@v1.44.0