fasthttp @ v1.51.0
integrity
- size
- 292.6 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/valyala/fasthttp
release notes
What's Changed
- Refactor: Move RSA Key and Certificate to Variables in Tests by @OrangeFlag in https://github.com/valyala/fasthttp/pull/1621
- Replace path.Join with filepath.Join in tests by @alexandear in https://github.com/valyala/fasthttp/pull/1623
- reset request disableSpecialHeader by @xiluoxi in https://github.com/valyala/fasthttp/pull/1626
- Make
hijackConnbehaviour compliant withnet.Conninterface by @askolesov in https://github.com/valyala/fasthttp/pull/1629 - BUGFIX: HostClient.DialDualStack not work when using DoDeadline by @cloudfly in https://github.com/valyala/fasthttp/pull/1634
- Allow redirect URI path to not be normalized. by @skidder in https://github.com/valyala/fasthttp/pull/1638
- Add support to fs.fs on serve static files by @peczenyj in https://github.com/valyala/fasthttp/pull/1640
- fix benchmark panics on client_timing_test.go by @peczenyj in https://github.com/valyala/fasthttp/pull/1643
- add support to go 1.21.x into test.yml by @peczenyj in https://github.com/valyala/fasthttp/pull/1642
- Don't fast fail when one test fails by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/1645
- Skip fs cache based on config by @peczenyj in https://github.com/valyala/fasthttp/pull/1644
- chore: Rename coarseTime.go to coarsetime.go by @alexandear in https://github.com/valyala/fasthttp/pull/1651
- chore: Remove redundant and outdated build constraints by @alexandear in https://github.com/valyala/fasthttp/pull/1650
- chore: add golangci-lint config file for flexibility by @alexandear in https://github.com/valyala/fasthttp/pull/1649
- Lazy load stackless functions by @Gusted in https://github.com/valyala/fasthttp/pull/1656
- Enable dupword, unconvert linters by @alexandear in https://github.com/valyala/fasthttp/pull/1658
New Contributors
- @OrangeFlag made their first contribution in https://github.com/valyala/fasthttp/pull/1621
- @xiluoxi made their first contribution in https://github.com/valyala/fasthttp/pull/1626
- @askolesov made their first contribution in https://github.com/valyala/fasthttp/pull/1629
- @cloudfly made their first contribution in https://github.com/valyala/fasthttp/pull/1634
- @skidder made their first contribution in https://github.com/valyala/fasthttp/pull/1638
- @Gusted made their first contribution in https://github.com/valyala/fasthttp/pull/1656
Full Changelog: https://github.com/valyala/fasthttp/compare/v1.50.0...v1.51.0
download
unix · zip
curl -fL -o v1.51.0.zip https://ratatoskr.space/pkg/fasthttp/v1.51.0.zip
printf '%s %s\n' '114e58e1d1ea5e148c3cd975f109413fb249ebde5126e7a5784f4edf52494c5c' 'v1.51.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fasthttp/v1.51.0.zip"
$out = "v1.51.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "114e58e1d1ea5e148c3cd975f109413fb249ebde5126e7a5784f4edf52494c5c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.51.0.tar.gz https://ratatoskr.space/pkg/fasthttp/v1.51.0.tar.gz
printf '%s %s\n' 'c4581d37b6340c8f430882c9e007c19b4744b7b3550731dd17fbda1a6807bc60' 'v1.51.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fasthttp/v1.51.0.tar.gz"
$out = "v1.51.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c4581d37b6340c8f430882c9e007c19b4744b7b3550731dd17fbda1a6807bc60") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.51.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.51.0.zip
printf '%s %s\n' '114e58e1d1ea5e148c3cd975f109413fb249ebde5126e7a5784f4edf52494c5c' 'v1.51.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.51.0.zip"
$out = "v1.51.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "114e58e1d1ea5e148c3cd975f109413fb249ebde5126e7a5784f4edf52494c5c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.51.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.51.0.tar.gz
printf '%s %s\n' 'c4581d37b6340c8f430882c9e007c19b4744b7b3550731dd17fbda1a6807bc60' 'v1.51.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.51.0.tar.gz"
$out = "v1.51.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c4581d37b6340c8f430882c9e007c19b4744b7b3550731dd17fbda1a6807bc60") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.51.0.zip | zip | 295.2 KiB |
blake3-24 69f26b23816a461fdbe86a744ef8bbefda4ab5d671979738
sha256 114e58e1d1ea5e148c3cd975f109413fb249ebde5126e7a5784f4edf52494c5c
sha1 3537265797ee5d89cb1df0fea31546c7cde70461
|
| v1.51.0.tar.gz | tar.gz | 240.8 KiB |
blake3-24 e94149a750b1fb43e4438e022ee224c857d2389438bae8d8
sha256 c4581d37b6340c8f430882c9e007c19b4744b7b3550731dd17fbda1a6807bc60
sha1 c4f75a5c95f681794ceb6f768988785dc0bfc5aa
|
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.51.0.zip | zip | 298.7 KiB |
blake3-24 ece73bb6c5b24d49e77712ebaf5ac48f7a1795d1016f2d0b
sha256 6616e0f65ab7561c6a86c614698de0d5a9cb057825da02ab346c854f3bcae505
sha1 eb6abd0855807910ec75533912d6941c32c61478
|
install
bazel
http_archive(
name = "fasthttp",
urls = ["https://ratatoskr.space/pkg/fasthttp/v1.51.0.tar.gz"],
integrity = "sha256-xFgdN7Y0DI9DCILJ4AfBm0dEt7NVBzHdF/vaGmgHvGA=",
strip_prefix = "fasthttp-v1.51.0",
)
zig
.url = "https://ratatoskr.space/pkg/fasthttp/v1.51.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fasthttp@v1.51.0
install via yggdrasil mesh
bazel
http_archive(
name = "fasthttp",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.51.0.tar.gz"],
integrity = "sha256-xFgdN7Y0DI9DCILJ4AfBm0dEt7NVBzHdF/vaGmgHvGA=",
strip_prefix = "fasthttp-v1.51.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.51.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp@v1.51.0