guzzle @ 7.10.6
integrity
- size
- 115.4 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
CurlMultiHandlernow rejects the promise whenCurlFactory::finish()throws, preserving sibling transfersSetCookienow normalizes unparseableExpiresvalues tonullinstead offalse- Fix stream handler decoded
gzip/deflatetruncation by dropping invalidContent-Length
download
unix · zip
curl -fL -o 7.10.6.zip https://ratatoskr.space/pkg/guzzle/7.10.6.zip
printf '%s %s\n' '278ebcdfbb5a173b4fee7fe656913413c532d009a29658f76bfa78aeec5c87eb' '7.10.6.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.10.6.zip"
$out = "7.10.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "278ebcdfbb5a173b4fee7fe656913413c532d009a29658f76bfa78aeec5c87eb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.10.6.tar.gz https://ratatoskr.space/pkg/guzzle/7.10.6.tar.gz
printf '%s %s\n' '0123eaa906b22ca5572be8ad5b1eeeb2f7019cf0f0149864bd6b4dc474967e61' '7.10.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.10.6.tar.gz"
$out = "7.10.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0123eaa906b22ca5572be8ad5b1eeeb2f7019cf0f0149864bd6b4dc474967e61") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.10.6.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.6.zip
printf '%s %s\n' '278ebcdfbb5a173b4fee7fe656913413c532d009a29658f76bfa78aeec5c87eb' '7.10.6.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.6.zip"
$out = "7.10.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "278ebcdfbb5a173b4fee7fe656913413c532d009a29658f76bfa78aeec5c87eb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.10.6.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.6.tar.gz
printf '%s %s\n' '0123eaa906b22ca5572be8ad5b1eeeb2f7019cf0f0149864bd6b4dc474967e61' '7.10.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.6.tar.gz"
$out = "7.10.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0123eaa906b22ca5572be8ad5b1eeeb2f7019cf0f0149864bd6b4dc474967e61") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.10.6.zip | zip | 115.9 KiB |
blake3-24 7c5b7e551cfe0a2a1508112fda2ee52d6ff326950053ab12
sha256 278ebcdfbb5a173b4fee7fe656913413c532d009a29658f76bfa78aeec5c87eb
sha1 5575355e9d700c38f7df39036d8bbb9f7510859b
|
| 7.10.6.tar.gz | tar.gz | 93.4 KiB |
blake3-24 6e98afb007e69f46ef17cfaea27d4d3ee61714b178f1f851
sha256 0123eaa906b22ca5572be8ad5b1eeeb2f7019cf0f0149864bd6b4dc474967e61
sha1 7dff43c9d03dccbeaa8bf037a39d344548483a66
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.10.6.tar.gz"],
integrity = "sha256-ASPqqQayLKVXK+itWx7usvcBnPDwFJhkvWtNxHSWfmE=",
strip_prefix = "guzzle-7.10.6",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.10.6.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.10.6
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.6.tar.gz"],
integrity = "sha256-ASPqqQayLKVXK+itWx7usvcBnPDwFJhkvWtNxHSWfmE=",
strip_prefix = "guzzle-7.10.6",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.6.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.10.6