fasthttp @ v1.10.0
integrity
- size
- 244.3 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/valyala/fasthttp
release notes
- db18810 Add configuration to not pre-parse multipart form data (#778) (Markmerc)
- 402e095 Fixed case when no hijacker is added but no-response is true (#772) (Darío)
- ea20759 Add third-party framework to README (#774) (Vic Shóstak)
- a1cfe58 Added fastws (alphabetically) to related projects (#770) (Darío)
- 70b1d3b feat: make client to wait when no free connections (#764) (Daniel Qian)
- 0ba26f7 Don't retry requests with a BodyStream (Erik Dubbelboer)
- 75c6008 client: Implement DoRedirects (#765) (Tomás Senart)
- 38aa88a Make the prefork mode more robust (#755) (Andy Pan)
- 0b93308 Resolve the security issue of GoSec (#762) (Andy Pan)
- b71c8c5 Add support for
NoDefaultDateoption that excludes the sending of theDateheader (#758) (phuslu) - 11e8301 Add LocalAddr to TCPDialer (Erik Dubbelboer)
- 695f713 feat: workflow to verify security using GoSec (#747) (RENAN.BASTOS)
- b9d2e96 Run tests on 1.14 (Erik Dubbelboer)
- 76b74e3 Don't send the fragment/hash/# part of a URL to the server (Erik Dubbelboer)
- aa96a47 Add prefork utility (#741) (Sergio Andrés Virviescas Santana)
- 021c821 Fix NetHTTPServerGet benchmarks (Erik Dubbelboer)
- b8803fe increase correctness of open conn count (#738) (Forest Gagnon)
download
unix · zip
curl -fL -o v1.10.0.zip https://ratatoskr.space/pkg/fasthttp/v1.10.0.zip
printf '%s %s\n' 'd6023f5ed99a617bf9d94dca9024cd70e0afd7eb8c954d3f9f82356953b41c1a' 'v1.10.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fasthttp/v1.10.0.zip"
$out = "v1.10.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d6023f5ed99a617bf9d94dca9024cd70e0afd7eb8c954d3f9f82356953b41c1a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.10.0.tar.gz https://ratatoskr.space/pkg/fasthttp/v1.10.0.tar.gz
printf '%s %s\n' '1e0fa7b1c46f5d389fc7a38171b1568a8f1465510bbd02bc01fb297390f91e16' 'v1.10.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fasthttp/v1.10.0.tar.gz"
$out = "v1.10.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1e0fa7b1c46f5d389fc7a38171b1568a8f1465510bbd02bc01fb297390f91e16") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.10.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.10.0.zip
printf '%s %s\n' 'd6023f5ed99a617bf9d94dca9024cd70e0afd7eb8c954d3f9f82356953b41c1a' 'v1.10.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.10.0.zip"
$out = "v1.10.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d6023f5ed99a617bf9d94dca9024cd70e0afd7eb8c954d3f9f82356953b41c1a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.10.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.10.0.tar.gz
printf '%s %s\n' '1e0fa7b1c46f5d389fc7a38171b1568a8f1465510bbd02bc01fb297390f91e16' 'v1.10.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.10.0.tar.gz"
$out = "v1.10.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1e0fa7b1c46f5d389fc7a38171b1568a8f1465510bbd02bc01fb297390f91e16") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.10.0.zip | zip | 246.2 KiB |
blake3-24 20d591330bda452dde5c6ac516116143296a750a8109b07c
sha256 d6023f5ed99a617bf9d94dca9024cd70e0afd7eb8c954d3f9f82356953b41c1a
sha1 5b9a78b2d266a5505e002f4c7af15cc6fa0ab4df
|
| v1.10.0.tar.gz | tar.gz | 204.1 KiB |
blake3-24 a6ef7f42f3b7797304f4cf37879ff3a59116e4922b603e88
sha256 1e0fa7b1c46f5d389fc7a38171b1568a8f1465510bbd02bc01fb297390f91e16
sha1 fbacbf98b563848495dac527533b38ffcaa658ed
|
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.10.0.zip | zip | 249.0 KiB |
blake3-24 fa6da662fa275a489a29d95fe9ea5929896c8a17bdf82d1d
sha256 b532cb9009f8cb5a85ba15e0c6d23f3f7f49de79551fcadd87e078092de10a92
sha1 4077e6bd7e83f7302d463a81bf5023b33dc153ad
|
install
bazel
http_archive(
name = "fasthttp",
urls = ["https://ratatoskr.space/pkg/fasthttp/v1.10.0.tar.gz"],
integrity = "sha256-Hg+nscRvXTifx6OBcbFWio8UZVELvQK8Afspc5D5HhY=",
strip_prefix = "fasthttp-v1.10.0",
)
zig
.url = "https://ratatoskr.space/pkg/fasthttp/v1.10.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fasthttp@v1.10.0
install via yggdrasil mesh
bazel
http_archive(
name = "fasthttp",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.10.0.tar.gz"],
integrity = "sha256-Hg+nscRvXTifx6OBcbFWio8UZVELvQK8Afspc5D5HhY=",
strip_prefix = "fasthttp-v1.10.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.10.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp@v1.10.0