guzzle @ 5.0.1
integrity
- size
- 472.1 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
Bugfix release.
- Fixed an issue where connection errors still returned response object in
error and end events event though the response is unusable. This has been
corrected so that a response is not returned in the
getResponsemethod of these events if the response did not complete. https://github.com/guzzle/guzzle/issues/867 - Fixed an issue where transfer statistics were not being populated in the RingBridge. https://github.com/guzzle/guzzle/issues/866
download
unix · zip
curl -fL -o 5.0.1.zip https://ratatoskr.space/pkg/guzzle/5.0.1.zip
printf '%s %s\n' '66b0f72b2d6224af6e9c5acaab3dea6b634b8ed48704cb29299f9d29203da9e6' '5.0.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/5.0.1.zip"
$out = "5.0.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "66b0f72b2d6224af6e9c5acaab3dea6b634b8ed48704cb29299f9d29203da9e6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 5.0.1.tar.gz https://ratatoskr.space/pkg/guzzle/5.0.1.tar.gz
printf '%s %s\n' 'f8a864d58b17b68a2a5760c3ab23822a664b4b670b0492f1707e0bd68ed29de3' '5.0.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/5.0.1.tar.gz"
$out = "5.0.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f8a864d58b17b68a2a5760c3ab23822a664b4b670b0492f1707e0bd68ed29de3") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 5.0.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/5.0.1.zip
printf '%s %s\n' '66b0f72b2d6224af6e9c5acaab3dea6b634b8ed48704cb29299f9d29203da9e6' '5.0.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/5.0.1.zip"
$out = "5.0.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "66b0f72b2d6224af6e9c5acaab3dea6b634b8ed48704cb29299f9d29203da9e6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 5.0.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/5.0.1.tar.gz
printf '%s %s\n' 'f8a864d58b17b68a2a5760c3ab23822a664b4b670b0492f1707e0bd68ed29de3' '5.0.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/5.0.1.tar.gz"
$out = "5.0.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f8a864d58b17b68a2a5760c3ab23822a664b4b670b0492f1707e0bd68ed29de3") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 5.0.1.zip | zip | 472.8 KiB |
blake3-24 9b818e94a8c4e5ffa0bffbb77a8405e8f02d753bddb46072
sha256 66b0f72b2d6224af6e9c5acaab3dea6b634b8ed48704cb29299f9d29203da9e6
sha1 a8e7d3abc0a159714f133f116924a8b4b81f6e85
|
| 5.0.1.tar.gz | tar.gz | 414.9 KiB |
blake3-24 1b38f43ea2066e37639aa872a587b21cb19d9040165635e4
sha256 f8a864d58b17b68a2a5760c3ab23822a664b4b670b0492f1707e0bd68ed29de3
sha1 3e5f27a246d90fcb1d19754077e0af3b6219a4f3
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/5.0.1.tar.gz"],
integrity = "sha256-+Khk1YsXtooqV2DDqyOCKmZLS2cLBJLxcH4L1o7SneM=",
strip_prefix = "guzzle-5.0.1",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/5.0.1.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:5.0.1
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/5.0.1.tar.gz"],
integrity = "sha256-+Khk1YsXtooqV2DDqyOCKmZLS2cLBJLxcH4L1o7SneM=",
strip_prefix = "guzzle-5.0.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/5.0.1.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:5.0.1