guzzle @ 7.9.0
integrity
- size
- 112.5 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
Changed
- Improve protocol version checks to provide feedback around unsupported protocols
- Only select the cURL handler by default if 7.34.0 or higher is linked
- Improved
CurlMultiHandlerto avoid busy wait if possible - Dropped support for EOL
guzzlehttp/psr7v1 - Improved URI user info redaction in errors
download
unix · zip
curl -fL -o 7.9.0.zip https://ratatoskr.space/pkg/guzzle/7.9.0.zip
printf '%s %s\n' '524728faee4727f3ec7d3e846e7984baaedbd948540d36b537b0fc5a47741e25' '7.9.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.9.0.zip"
$out = "7.9.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "524728faee4727f3ec7d3e846e7984baaedbd948540d36b537b0fc5a47741e25") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.9.0.tar.gz https://ratatoskr.space/pkg/guzzle/7.9.0.tar.gz
printf '%s %s\n' '4806c16221717f37ca64ebc49cb47e96d0158f3d0485db1ae95fbe886ba494f3' '7.9.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.9.0.tar.gz"
$out = "7.9.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4806c16221717f37ca64ebc49cb47e96d0158f3d0485db1ae95fbe886ba494f3") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.9.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.9.0.zip
printf '%s %s\n' '524728faee4727f3ec7d3e846e7984baaedbd948540d36b537b0fc5a47741e25' '7.9.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.9.0.zip"
$out = "7.9.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "524728faee4727f3ec7d3e846e7984baaedbd948540d36b537b0fc5a47741e25") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.9.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.9.0.tar.gz
printf '%s %s\n' '4806c16221717f37ca64ebc49cb47e96d0158f3d0485db1ae95fbe886ba494f3' '7.9.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.9.0.tar.gz"
$out = "7.9.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4806c16221717f37ca64ebc49cb47e96d0158f3d0485db1ae95fbe886ba494f3") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.9.0.zip | zip | 112.9 KiB |
blake3-24 41b4fd3bb64e28d1292d514dc0d3208641b63757537bb954
sha256 524728faee4727f3ec7d3e846e7984baaedbd948540d36b537b0fc5a47741e25
sha1 170f794009c66f083e9c049445a434c827f8e427
|
| 7.9.0.tar.gz | tar.gz | 90.7 KiB |
blake3-24 fc024e47012d9808a7406a9904adba5762065275e681bba6
sha256 4806c16221717f37ca64ebc49cb47e96d0158f3d0485db1ae95fbe886ba494f3
sha1 c3cce85665a52cc73f7659b112e00a45c323a6d1
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.9.0.tar.gz"],
integrity = "sha256-SAbBYiFxfzfKZOvEnLR+ltAVjz0Ehdsa6V++iGuklPM=",
strip_prefix = "guzzle-7.9.0",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.9.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.9.0
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.9.0.tar.gz"],
integrity = "sha256-SAbBYiFxfzfKZOvEnLR+ltAVjz0Ehdsa6V++iGuklPM=",
strip_prefix = "guzzle-7.9.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.9.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.9.0