fasthttp @ v1.2.0
integrity
- size
- 210.9 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/valyala/fasthttp
release notes
- ed3793a add tests for copyto (#545) (xuecai)
- 6453619 Remove methods that had been deprecated in 2015 (Erik Dubbelboer)
- 0558e34 fix context Err() issue (#544) (Tiago Peczenyj)
- 7ace827 Add Kratgo to related projects (#543) (Sergio Andrés Virviescas Santana)
- 10b98c2 add conn's address info in Response (#537) (xuecai)
- 61039c9 Add zero allocation guarantee tests (Erik Dubbelboer)
- 02b7301 Fix TechEmpower performance degradation (Erik Dubbelboer)
- e722d81 Fix HostClient.MaxConns (Erik Dubbelboer)
- 8b58c26 Fix ReduceMemoryUsage (Erik Dubbelboer)
- 6647cb2 Remove duplicate check (Erik Dubbelboer)
- fa7a110 An atomic approach for HostClient.MaxConns (#531) (Okunev Yu Dmitry)
- 71e7652 SkipBody is propagated to Response copy (#532) (Nikolay Markov)
- 4554824 Add TCPDialer (Erik Dubbelboer)
- 627d63d change timer to public api #525 (#527) (xuecai)
- aaec9b0 Make InmemoryListener.Dial return when the connection is accepted (Erik Dubbelboer)
- 51532b9 Shutdown close channel returned by RequestCtx.Done (Erik Dubbelboer)
- 9574c37 Various changes regarding code readibility (#523) (Shulhan)
- 2f22f20 all: fix typo on comments (Shulhan)
- 4c53f11 all: pre-allocated slice with possible known size (Shulhan)
- 5de7a83 Add warning to DoTimeout (Erik Dubbelboer)
- c3ff460 Detect 308 as redirect status code (Erik Dubbelboer)
download
unix · zip
curl -fL -o v1.2.0.zip https://ratatoskr.space/pkg/fasthttp/v1.2.0.zip
printf '%s %s\n' '6fe161d41e5afc5d5460532d39bacda38c449eca80e49133f02db6536fcbdaf0' 'v1.2.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fasthttp/v1.2.0.zip"
$out = "v1.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6fe161d41e5afc5d5460532d39bacda38c449eca80e49133f02db6536fcbdaf0") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.2.0.tar.gz https://ratatoskr.space/pkg/fasthttp/v1.2.0.tar.gz
printf '%s %s\n' 'aa04f79ec7dc4f0120b9e0a22fd2e267e4cbd7eedaa418250623313c5ae6c07a' 'v1.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fasthttp/v1.2.0.tar.gz"
$out = "v1.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "aa04f79ec7dc4f0120b9e0a22fd2e267e4cbd7eedaa418250623313c5ae6c07a") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.2.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.2.0.zip
printf '%s %s\n' '6fe161d41e5afc5d5460532d39bacda38c449eca80e49133f02db6536fcbdaf0' 'v1.2.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.2.0.zip"
$out = "v1.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6fe161d41e5afc5d5460532d39bacda38c449eca80e49133f02db6536fcbdaf0") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.2.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.2.0.tar.gz
printf '%s %s\n' 'aa04f79ec7dc4f0120b9e0a22fd2e267e4cbd7eedaa418250623313c5ae6c07a' 'v1.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.2.0.tar.gz"
$out = "v1.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "aa04f79ec7dc4f0120b9e0a22fd2e267e4cbd7eedaa418250623313c5ae6c07a") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.2.0.zip | zip | 213.3 KiB |
blake3-24 a443f1ead8c6f9ac7613c991ee63298347e85abf17c1fbdc
sha256 6fe161d41e5afc5d5460532d39bacda38c449eca80e49133f02db6536fcbdaf0
sha1 d35f68f30391641376f2219eb514f137fd0bc268
|
| v1.2.0.tar.gz | tar.gz | 177.4 KiB |
blake3-24 7989b5e69f899c493d8c156e155f8d59694ed5a6ddf05053
sha256 aa04f79ec7dc4f0120b9e0a22fd2e267e4cbd7eedaa418250623313c5ae6c07a
sha1 9e321ee21b20a36b8c650b72852b93add8f697dd
|
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.2.0.zip | zip | 215.7 KiB |
blake3-24 d60a36dfa572bb78e0e05a5fcb04035a3990fc1c42b02c66
sha256 c7401ef2e62380a705dea1a1c328e54d890fe7327d64ebb3f439ff1e8ecb591d
sha1 51ed7787ad062876034779e17ae9672220bb6b5e
|
install
bazel
http_archive(
name = "fasthttp",
urls = ["https://ratatoskr.space/pkg/fasthttp/v1.2.0.tar.gz"],
integrity = "sha256-qgT3nsfcTwEgueCiL9LiZ+TL1+7apBglBiMxPFrmwHo=",
strip_prefix = "fasthttp-v1.2.0",
)
zig
.url = "https://ratatoskr.space/pkg/fasthttp/v1.2.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fasthttp@v1.2.0
install via yggdrasil mesh
bazel
http_archive(
name = "fasthttp",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.2.0.tar.gz"],
integrity = "sha256-qgT3nsfcTwEgueCiL9LiZ+TL1+7apBglBiMxPFrmwHo=",
strip_prefix = "fasthttp-v1.2.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.2.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp@v1.2.0