fasthttp @ v1.32.0
integrity
- size
- 271.7 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/valyala/fasthttp
release notes
- 7eeb00e Make tests less flaky (#1189) (Erik Dubbelboer)
- d19b872 Update tcpdialer.go (#1188) (Mikhail Faraponov)
- c727b99 Release UseHostHeader in ReleaseRequest() (#1185) (Tolyar)
- 6c0518b Fix UseHostHeader for DoTimeout + tests (#1184) (Tolyar)
- 6b55811 Add MaxIdleWorkerDuration to Server. (#1183) (Kilos Liu)
- 4517204 Allow to set Host header for Client (#1169) (Tolyar)
- 258a4c1 fix: reset response after reset user values on keep-alive connections (#1176) (Sergio VS)
- e9db537 Use %w to wrap errors (#1175) (Erik Dubbelboer)
- 7db0597 Fix bad request trailer panic (Erik Dubbelboer)
- 4aadf9a Fix parseTrailer panic (Erik Dubbelboer)
- da7ff7a Add trailer support (#1165) (ichx)
- 017f0aa fix: reset request after reset user values on keep-alive connections (#1162) (Sergio VS)
- 3b117f8 feat: close idle connections when server shutdown (#1155) (ichx)
- a94a2c3 Remove redundant code (#1154) (ichx)
- f7c354c Fix race condition in Client.mCleaner (Erik Dubbelboer)
- c078a9d Add string and bytes buffer convert trick in README (#1151) (ichx)
- 3ff6aaa uri: isHttps() and isHttp() (#1150) (Sergey Ponomarev)
- 8febad0 http.go: Request.SetURI() (Fix #1141) (#1148) (Sergey Ponomarev)
- 2ca01c7 fix: Status Line parsing and writing (#1135) (Shivansh Vij)
- 931d0a4 Fix lint (Erik Dubbelboer)
- d613502 use sync.map is better (#1145) (halst)
- c15e642 Don't run all race tests on windows (#1143) (Erik Dubbelboer)
- 6006c87 chore (#1137) (tyltr)
- 6d4db9b Fix race condition in getTCPAddrs (Erik Dubbelboer)
- 528dd62 feat: ability to read body separate from header (#1130) (Shivansh Vij)
- 556aa81 feat: ability to edit status messages (#1126) (Valentin Paz Marcolla)
- 4cfec1a feat: make public Server.TLSConfig (#1128) (Sergio VS)
- fe7d90e remove redundant code (#1127) (tyltr)
download
unix · zip
curl -fL -o v1.32.0.zip https://ratatoskr.space/pkg/fasthttp/v1.32.0.zip
printf '%s %s\n' '99ce0c0e365924af1591c58838fcdc4a57bedee366546fb0c0918cf49e6c8944' 'v1.32.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fasthttp/v1.32.0.zip"
$out = "v1.32.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "99ce0c0e365924af1591c58838fcdc4a57bedee366546fb0c0918cf49e6c8944") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.32.0.tar.gz https://ratatoskr.space/pkg/fasthttp/v1.32.0.tar.gz
printf '%s %s\n' '0a2dc126bfdb45a953f37a8aa68d2653a7aa5f59219deae31dedd4b6f28e9c23' 'v1.32.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fasthttp/v1.32.0.tar.gz"
$out = "v1.32.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0a2dc126bfdb45a953f37a8aa68d2653a7aa5f59219deae31dedd4b6f28e9c23") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.32.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.32.0.zip
printf '%s %s\n' '99ce0c0e365924af1591c58838fcdc4a57bedee366546fb0c0918cf49e6c8944' 'v1.32.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.32.0.zip"
$out = "v1.32.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "99ce0c0e365924af1591c58838fcdc4a57bedee366546fb0c0918cf49e6c8944") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.32.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.32.0.tar.gz
printf '%s %s\n' '0a2dc126bfdb45a953f37a8aa68d2653a7aa5f59219deae31dedd4b6f28e9c23' 'v1.32.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.32.0.tar.gz"
$out = "v1.32.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0a2dc126bfdb45a953f37a8aa68d2653a7aa5f59219deae31dedd4b6f28e9c23") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.32.0.zip | zip | 273.8 KiB |
blake3-24 f583f1a0cdc492cfb9e960f9d18c183ea6fadc3dea4f8748
sha256 99ce0c0e365924af1591c58838fcdc4a57bedee366546fb0c0918cf49e6c8944
sha1 afa74a94497bc2565f47cea500915076c796f068
|
| v1.32.0.tar.gz | tar.gz | 227.2 KiB |
blake3-24 a49a6b1706c78f644ce524ff0e22e9c2d79df8db0899260f
sha256 0a2dc126bfdb45a953f37a8aa68d2653a7aa5f59219deae31dedd4b6f28e9c23
sha1 f616680fb79a8a16ce956fa7fba58ce31ec1b839
|
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.32.0.zip | zip | 276.8 KiB |
blake3-24 41403919521f7fdaba1a45b55fe367c00e87cc6cb826f896
sha256 8cefce3e946a862efb126120a4fbcfa5f0dd49fd02935c2aae2ba9cfd77685cc
sha1 6fc023932376f03735d49988ab46d00ca2f0fb0e
|
install
bazel
http_archive(
name = "fasthttp",
urls = ["https://ratatoskr.space/pkg/fasthttp/v1.32.0.tar.gz"],
integrity = "sha256-Ci3BJr/bRalT83qKpo0mU6eqX1khnerjHe3UtvKOnCM=",
strip_prefix = "fasthttp-v1.32.0",
)
zig
.url = "https://ratatoskr.space/pkg/fasthttp/v1.32.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fasthttp@v1.32.0
install via yggdrasil mesh
bazel
http_archive(
name = "fasthttp",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.32.0.tar.gz"],
integrity = "sha256-Ci3BJr/bRalT83qKpo0mU6eqX1khnerjHe3UtvKOnCM=",
strip_prefix = "fasthttp-v1.32.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.32.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp@v1.32.0