guzzle @ 7.13.2
integrity
- size
- 145.3 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
Fixed
- Stop the cURL multi handler busy-waiting on request delays shorter than one second
- Stop cURL HEAD requests with request bodies hanging on responses that declare a content length
- The cURL handler no longer transmits request bodies on HEAD requests
- Preserve response headers when a response includes HTTP trailers
- Harden cURL response header block detection when HTTP trailers are received
- Corrected the PSR-7 class names in the Pool iterator exception
- Redirect body rewind failures no longer leak a bare
RuntimeException
download
unix · zip
curl -fL -o 7.13.2.zip https://ratatoskr.space/pkg/guzzle/7.13.2.zip
printf '%s %s\n' '3800971bd5af0d6cbb60220de134abec6227c1f06d54e4be1836aed467ab54de' '7.13.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.13.2.zip"
$out = "7.13.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3800971bd5af0d6cbb60220de134abec6227c1f06d54e4be1836aed467ab54de") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.13.2.tar.gz https://ratatoskr.space/pkg/guzzle/7.13.2.tar.gz
printf '%s %s\n' 'e1a9e269c163755569f7ed83993599ac9062f626ab033268f156d5ebc717f838' '7.13.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.13.2.tar.gz"
$out = "7.13.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e1a9e269c163755569f7ed83993599ac9062f626ab033268f156d5ebc717f838") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.13.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.13.2.zip
printf '%s %s\n' '3800971bd5af0d6cbb60220de134abec6227c1f06d54e4be1836aed467ab54de' '7.13.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.13.2.zip"
$out = "7.13.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3800971bd5af0d6cbb60220de134abec6227c1f06d54e4be1836aed467ab54de") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.13.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.13.2.tar.gz
printf '%s %s\n' 'e1a9e269c163755569f7ed83993599ac9062f626ab033268f156d5ebc717f838' '7.13.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.13.2.tar.gz"
$out = "7.13.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e1a9e269c163755569f7ed83993599ac9062f626ab033268f156d5ebc717f838") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.13.2.zip | zip | 146.2 KiB |
blake3-24 735bb0ce3404069287151e108c7d79183ae5aa58c287b1ca
sha256 3800971bd5af0d6cbb60220de134abec6227c1f06d54e4be1836aed467ab54de
sha1 f34b06b50fb5526cb783e971470ae00651b9a9a5
|
| 7.13.2.tar.gz | tar.gz | 121.5 KiB |
blake3-24 eca532b8c29bbe8f9f18c921e7b8213cabf4eca4df089db6
sha256 e1a9e269c163755569f7ed83993599ac9062f626ab033268f156d5ebc717f838
sha1 4d5d424fa04841c2e5b51c0d1b666fa0b8ff340e
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.13.2.tar.gz"],
integrity = "sha256-4aniacFjdVVp9+2DmTWZrJBi9iarAzJo8VbV68cX+Dg=",
strip_prefix = "guzzle-7.13.2",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.13.2.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.13.2
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.13.2.tar.gz"],
integrity = "sha256-4aniacFjdVVp9+2DmTWZrJBi9iarAzJo8VbV68cX+Dg=",
strip_prefix = "guzzle-7.13.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.13.2.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.13.2