fasthttp @ v1.45.0
integrity
- size
- 286.6 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/valyala/fasthttp
release notes
- 53e376f Update dependencies (Erik Dubbelboer)
- b334443 docs: add missing dot to ConvertRequest comment (#1516) (Oleksandr Redko)
- a281f1d client: HostClient.Do hangs out when ErrConnPoolStrategyNotImpl (#1515) (Oleksandr Redko)
- 7846101 client: fix Do hangs when configure host client fails (#1514) (Oleksandr Redko)
- 9c0e39f Fix proxy auth bug (Erik Dubbelboer)
- a9d57a9 client: remove unused go:build comment (#1511) (Oleksandr Redko)
- 498a814 test: fix typos in function, error message, comment (#1512) (Oleksandr Redko)
- 4ca6994 test: use Fprintf to simplify writing headers (#1510) (Oleksandr Redko)
- 74a0507 Immediately return ErrTimeout if deadline is already reached. (#1497) (Igor Menshenin)
- 559d536 Bump golang.org/x/crypto from 0.0.0-20220214200702-86341886e292 to 0.1.0 (#1508) (dependabot[bot])
- 4e8c92b http.go: close form file if copyZeroAlloc fails (#1498) (Oleksandr Redko)
- 8800d4b Bump golang.org/x/net from 0.0.0-20220906165146-f3363e06e74c to 0.7.0 (#1503) (dependabot[bot])
- c8d2e0e Bump golang.org/x/text from 0.3.7 to 0.3.8 (#1502) (dependabot[bot])
- ac631aa fix functiom name (#1505) (cui fliter)
- 2ab7906 test: bind to localhost instead of all interfaces (#1495) (Oleksandr Redko)
- b79a03a test: close response body (#1496) (Oleksandr Redko)
- 9230a3d docs: Deprecate ErrAlreadyServing as never returning (#1491) (Oleksandr Redko)
- e15a810 docs: fix grammar issues and typos in comments (#1492) (Oleksandr Redko)
- 5147cec docs: replace links to golang.org with go.dev (#1489) (Oleksandr Redko)
- 934f04e Refactor golangci-lint config and remove redundant nolints (#1486) (Oleksandr Redko)
- f84e234 Rename unexported funcs, vars to match common Go (#1488) (Oleksandr Redko)
- f111c7e Add missing fasthttp prefix in example usage (#1487) (Oleksandr Redko)
- 8dcbc41 test: use T.TempDir instead of MkdirTemp (#1485) (Oleksandr Redko)
- c0c5f9c doc,test: correct typos (#1484) (Oleksandr Redko)
- b0fe6f0 optimized b2s function (#1483) (orangesobeautiful)
- 2e81dca update compress modulule, drop 1.16 (#1482) (M. Efe Çetin)
- 9d5a7bf Add support for Go 1.20 (#1481) (Erik Dubbelboer)
- b2e66a5 docs: add http2curl (#1480) (kinggo)
- 776a4c7 fix: modify normalizePath (#1478) (kinggo)
- eef368e clear dst bodyRaw before copy (#1476) (tyltr)
- e87f84c fix: CopyTo doesn't copy bodyraw deeply (#1471) (kinggo)
download
unix · zip
curl -fL -o v1.45.0.zip https://ratatoskr.space/pkg/fasthttp/v1.45.0.zip
printf '%s %s\n' '8c2f02817f05293329f78205698a0c28fca4359f75be3dbdf1590b28cbb23fd2' 'v1.45.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fasthttp/v1.45.0.zip"
$out = "v1.45.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8c2f02817f05293329f78205698a0c28fca4359f75be3dbdf1590b28cbb23fd2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.45.0.tar.gz https://ratatoskr.space/pkg/fasthttp/v1.45.0.tar.gz
printf '%s %s\n' '5199a14c62025d50f771998ed0f9272e74c07f72941d5bd977ccf7aebdb1fee9' 'v1.45.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fasthttp/v1.45.0.tar.gz"
$out = "v1.45.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5199a14c62025d50f771998ed0f9272e74c07f72941d5bd977ccf7aebdb1fee9") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.45.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.45.0.zip
printf '%s %s\n' '8c2f02817f05293329f78205698a0c28fca4359f75be3dbdf1590b28cbb23fd2' 'v1.45.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.45.0.zip"
$out = "v1.45.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8c2f02817f05293329f78205698a0c28fca4359f75be3dbdf1590b28cbb23fd2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.45.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.45.0.tar.gz
printf '%s %s\n' '5199a14c62025d50f771998ed0f9272e74c07f72941d5bd977ccf7aebdb1fee9' 'v1.45.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.45.0.tar.gz"
$out = "v1.45.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5199a14c62025d50f771998ed0f9272e74c07f72941d5bd977ccf7aebdb1fee9") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.45.0.zip | zip | 288.8 KiB |
blake3-24 7a42d0b24ca90759ccd0b48191ac2fe6947641dfd535d987
sha256 8c2f02817f05293329f78205698a0c28fca4359f75be3dbdf1590b28cbb23fd2
sha1 958abf8076937b5a0c7438920876e30b83e37243
|
| v1.45.0.tar.gz | tar.gz | 237.6 KiB |
blake3-24 93fbd3647a17ef715eab917f7a325024f6e227367070d4ad
sha256 5199a14c62025d50f771998ed0f9272e74c07f72941d5bd977ccf7aebdb1fee9
sha1 1c5798b75bcb110b4347f680e8cb0b9574ee91af
|
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.45.0.zip | zip | 292.1 KiB |
blake3-24 dbcbff1e9c9f8c32ad63701115543fe9ffcf5caba388373f
sha256 642609dca01a13cc021f64a833884592ccb3ae84e610e5a74106e2954bcc4f3c
sha1 f8236ca3bd38ba398e5f78b05a60b8a79c1f0aa0
|
install
bazel
http_archive(
name = "fasthttp",
urls = ["https://ratatoskr.space/pkg/fasthttp/v1.45.0.tar.gz"],
integrity = "sha256-UZmhTGICXVD3cZmO0PknLnTAf3KUHVvZd8z3rr2x/uk=",
strip_prefix = "fasthttp-v1.45.0",
)
zig
.url = "https://ratatoskr.space/pkg/fasthttp/v1.45.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fasthttp@v1.45.0
install via yggdrasil mesh
bazel
http_archive(
name = "fasthttp",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.45.0.tar.gz"],
integrity = "sha256-UZmhTGICXVD3cZmO0PknLnTAf3KUHVvZd8z3rr2x/uk=",
strip_prefix = "fasthttp-v1.45.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.45.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp@v1.45.0