fasthttp @ v1.59.0
integrity
- size
- 317.1 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/valyala/fasthttp
release notes
What's Changed
- fix: Method-preserving doRequestFollowRedirects by @prepaser in https://github.com/valyala/fasthttp/pull/1920
- fix: "identity" has been deprecated #1909 by @ksw2000 in https://github.com/valyala/fasthttp/pull/1919
- Fix parsing of bad urls with # by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/1915
- docs: improve README formatting and section headers by @alexandear in https://github.com/valyala/fasthttp/pull/1925
- perf: use buf in Args instead of bytebufferpool by @ksw2000 in https://github.com/valyala/fasthttp/pull/1931
- client: Client {} supports custom Transport by @zhangyongding in https://github.com/valyala/fasthttp/pull/1935
- Migrate valyala/tcplisten to this repo #1926 by @ksw2000 in https://github.com/valyala/fasthttp/pull/1929
- client: Modify some interfaces to be exportable by @zhangyongding in https://github.com/valyala/fasthttp/pull/1936
- Try to fix tests with dial timeouts by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/1940
- client: add interfaces for reading clientConn by @zhangyongding in https://github.com/valyala/fasthttp/pull/1941
- Refactor trailer Field for Improved Memory Efficiency and Performance by @ksw2000 in https://github.com/valyala/fasthttp/pull/1928
- fix: compression priority by @inetol in https://github.com/valyala/fasthttp/pull/1950
- add dummy support for js,wasm by @pjebs in https://github.com/valyala/fasthttp/pull/1955
- chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 by @dependabot in https://github.com/valyala/fasthttp/pull/1918
- chore(deps): bump golang.org/x/net from 0.31.0 to 0.32.0 by @dependabot in https://github.com/valyala/fasthttp/pull/1910
- chore(deps): bump golang.org/x/net from 0.32.0 to 0.33.0 by @dependabot in https://github.com/valyala/fasthttp/pull/1927
- chore(deps): bump golang.org/x/sys from 0.28.0 to 0.29.0 by @dependabot in https://github.com/valyala/fasthttp/pull/1932
- chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0 by @dependabot in https://github.com/valyala/fasthttp/pull/1934
- chore(deps): bump securego/gosec from 2.21.4 to 2.22.0 by @dependabot in https://github.com/valyala/fasthttp/pull/1937
- chore(deps): bump golang.org/x/net from 0.33.0 to 0.34.0 by @dependabot in https://github.com/valyala/fasthttp/pull/1933
- chore(deps): bump golang.org/x/sys from 0.29.0 to 0.30.0 by @dependabot in https://github.com/valyala/fasthttp/pull/1947
- chore(deps): bump golang.org/x/crypto from 0.32.0 to 0.33.0 by @dependabot in https://github.com/valyala/fasthttp/pull/1951
- chore(deps): bump golang.org/x/net from 0.34.0 to 0.35.0 by @dependabot in https://github.com/valyala/fasthttp/pull/1952
- chore(deps): bump securego/gosec from 2.22.0 to 2.22.1 by @dependabot in https://github.com/valyala/fasthttp/pull/1956
New Contributors
- @prepaser made their first contribution in https://github.com/valyala/fasthttp/pull/1920
- @inetol made their first contribution in https://github.com/valyala/fasthttp/pull/1950
Full Changelog: https://github.com/valyala/fasthttp/compare/v1.58.0...v1.59.0
download
unix · zip
curl -fL -o v1.59.0.zip https://ratatoskr.space/pkg/fasthttp/v1.59.0.zip
printf '%s %s\n' '11cdbe7955ca14e9f1055a59bece2077fd2a7f1db3e24f4eddb50993cd4f8dc6' 'v1.59.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fasthttp/v1.59.0.zip"
$out = "v1.59.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "11cdbe7955ca14e9f1055a59bece2077fd2a7f1db3e24f4eddb50993cd4f8dc6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.59.0.tar.gz https://ratatoskr.space/pkg/fasthttp/v1.59.0.tar.gz
printf '%s %s\n' 'eecde91a028e5aad5eed3154b832033a841d0c516448773b14c7ad2f36ac3486' 'v1.59.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fasthttp/v1.59.0.tar.gz"
$out = "v1.59.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "eecde91a028e5aad5eed3154b832033a841d0c516448773b14c7ad2f36ac3486") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.59.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.59.0.zip
printf '%s %s\n' '11cdbe7955ca14e9f1055a59bece2077fd2a7f1db3e24f4eddb50993cd4f8dc6' 'v1.59.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.59.0.zip"
$out = "v1.59.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "11cdbe7955ca14e9f1055a59bece2077fd2a7f1db3e24f4eddb50993cd4f8dc6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.59.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.59.0.tar.gz
printf '%s %s\n' 'eecde91a028e5aad5eed3154b832033a841d0c516448773b14c7ad2f36ac3486' 'v1.59.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.59.0.tar.gz"
$out = "v1.59.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "eecde91a028e5aad5eed3154b832033a841d0c516448773b14c7ad2f36ac3486") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.59.0.zip | zip | 320.9 KiB |
blake3-24 687f0f06c295144decbe68e274d75cd44af5a6a254f641aa
sha256 11cdbe7955ca14e9f1055a59bece2077fd2a7f1db3e24f4eddb50993cd4f8dc6
sha1 51b0d3a9b99561f548bb6986845cee3d327bad85
|
| v1.59.0.tar.gz | tar.gz | 261.6 KiB |
blake3-24 ab499d9c68b43961bda65348c20ea82507e039a643948ab9
sha256 eecde91a028e5aad5eed3154b832033a841d0c516448773b14c7ad2f36ac3486
sha1 f743c00205ad05d5c479e50e9f1c2d428c1d3791
|
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.59.0.zip | zip | 324.7 KiB |
blake3-24 b2be389e4ffda74e1db948763e4b460bcb987a2cec6fe336
sha256 4601cf8e940b3e4e1161007e2827e9e32cc1b1e91d96d3584dbd83b7b383c29c
sha1 07a55b8dd9497ef5bc2f8dbaf98368345efb3c72
|
install
bazel
http_archive(
name = "fasthttp",
urls = ["https://ratatoskr.space/pkg/fasthttp/v1.59.0.tar.gz"],
integrity = "sha256-7s3pGgKOWq1e7TFUuDIDOoQdDFFkSHc7FMetLzasNIY=",
strip_prefix = "fasthttp-v1.59.0",
)
zig
.url = "https://ratatoskr.space/pkg/fasthttp/v1.59.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fasthttp@v1.59.0
install via yggdrasil mesh
bazel
http_archive(
name = "fasthttp",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.59.0.tar.gz"],
integrity = "sha256-7s3pGgKOWq1e7TFUuDIDOoQdDFFkSHc7FMetLzasNIY=",
strip_prefix = "fasthttp-v1.59.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.59.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp@v1.59.0