fasthttp @ v1.16.0
integrity
- size
- 252.2 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/valyala/fasthttp
release notes
- 434c48b Travis doesn't seem to support tip anymore (Erik Dubbelboer)
- 12aba62 Change CI to use Go 1.15 (Erik Dubbelboer)
- 01acd76 Allow TimeoutHandler connections to be kept alive (#864) (Erik Dubbelboer)
- a995d43 Add EnableNormalizing to RequestHeader and ResponseHeader (Erik Dubbelboer)
- cc8ba4b Add a api
DisableNoDefaultContentTypeto disable add default content type. (#859) (sky) - 2509c12 improve statusLine and StatusMessage by using slice instead of map (#855) (kiyon)
- a7c7ef2 Fix comment typo (So-chiru)
- 34a61fe Update linting (#851) (Erik Dubbelboer)
download
unix · zip
curl -fL -o v1.16.0.zip https://ratatoskr.space/pkg/fasthttp/v1.16.0.zip
printf '%s %s\n' 'bcfc44ad94d1aab992a80f3990d5bd8981e8fae8adf8d9ba35cbefde783efff0' 'v1.16.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fasthttp/v1.16.0.zip"
$out = "v1.16.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bcfc44ad94d1aab992a80f3990d5bd8981e8fae8adf8d9ba35cbefde783efff0") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.16.0.tar.gz https://ratatoskr.space/pkg/fasthttp/v1.16.0.tar.gz
printf '%s %s\n' '9699a4bd3e46b52e6fa95cdc9b54161819b4473486372fb2267001a96a961fb0' 'v1.16.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fasthttp/v1.16.0.tar.gz"
$out = "v1.16.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9699a4bd3e46b52e6fa95cdc9b54161819b4473486372fb2267001a96a961fb0") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.16.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.16.0.zip
printf '%s %s\n' 'bcfc44ad94d1aab992a80f3990d5bd8981e8fae8adf8d9ba35cbefde783efff0' 'v1.16.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.16.0.zip"
$out = "v1.16.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bcfc44ad94d1aab992a80f3990d5bd8981e8fae8adf8d9ba35cbefde783efff0") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.16.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.16.0.tar.gz
printf '%s %s\n' '9699a4bd3e46b52e6fa95cdc9b54161819b4473486372fb2267001a96a961fb0' 'v1.16.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.16.0.tar.gz"
$out = "v1.16.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9699a4bd3e46b52e6fa95cdc9b54161819b4473486372fb2267001a96a961fb0") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.16.0.zip | zip | 254.0 KiB |
blake3-24 b4750f4d0d337c2b4b4a72559a6e09a29cef61d2e8646a67
sha256 bcfc44ad94d1aab992a80f3990d5bd8981e8fae8adf8d9ba35cbefde783efff0
sha1 58f69c739b49a43d190bcf4270b889ed826f0e78
|
| v1.16.0.tar.gz | tar.gz | 210.0 KiB |
blake3-24 ad1b35e0cba2e1a66be22930c8e5c0b46d02b97e8eaf6c3d
sha256 9699a4bd3e46b52e6fa95cdc9b54161819b4473486372fb2267001a96a961fb0
sha1 bbc21787c1f6d0afb3008a106c9e8eb38a9f1954
|
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.16.0.zip | zip | 257.0 KiB |
blake3-24 dcf4294a0c7c63773b1f50af138f4ad1df3f6c88d4fc740a
sha256 74a8222f5f6086a1df77bb737e5ee9ea84c951e8b44c78f84663163a48dff4b3
sha1 fec45756e37f746521d920ed2318d4e7d7be55e9
|
install
bazel
http_archive(
name = "fasthttp",
urls = ["https://ratatoskr.space/pkg/fasthttp/v1.16.0.tar.gz"],
integrity = "sha256-lpmkvT5GtS5vqVzcm1QWGBm0RzSGNy+yJnABqWqWH7A=",
strip_prefix = "fasthttp-v1.16.0",
)
zig
.url = "https://ratatoskr.space/pkg/fasthttp/v1.16.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fasthttp@v1.16.0
install via yggdrasil mesh
bazel
http_archive(
name = "fasthttp",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.16.0.tar.gz"],
integrity = "sha256-lpmkvT5GtS5vqVzcm1QWGBm0RzSGNy+yJnABqWqWH7A=",
strip_prefix = "fasthttp-v1.16.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.16.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp@v1.16.0