guzzle @ 7.10.3
integrity
- size
- 114.3 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
Fixed
- Fail clearly when an HTTP response header line is invalid
- Remove middleware by name when the name is also a callable string
- Treat empty request protocol versions as HTTP/1.1
download
unix · zip
curl -fL -o 7.10.3.zip https://ratatoskr.space/pkg/guzzle/7.10.3.zip
printf '%s %s\n' '29bac52c2dd6169ce91cfd765b70b9e40836a1c63709b30872155832f2862083' '7.10.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.10.3.zip"
$out = "7.10.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "29bac52c2dd6169ce91cfd765b70b9e40836a1c63709b30872155832f2862083") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.10.3.tar.gz https://ratatoskr.space/pkg/guzzle/7.10.3.tar.gz
printf '%s %s\n' '1c80fb7e3a5f1d6017fb1acce7024d1cb48affe5d687c615c7179147f2966664' '7.10.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.10.3.tar.gz"
$out = "7.10.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1c80fb7e3a5f1d6017fb1acce7024d1cb48affe5d687c615c7179147f2966664") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.10.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.3.zip
printf '%s %s\n' '29bac52c2dd6169ce91cfd765b70b9e40836a1c63709b30872155832f2862083' '7.10.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.3.zip"
$out = "7.10.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "29bac52c2dd6169ce91cfd765b70b9e40836a1c63709b30872155832f2862083") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.10.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.3.tar.gz
printf '%s %s\n' '1c80fb7e3a5f1d6017fb1acce7024d1cb48affe5d687c615c7179147f2966664' '7.10.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.3.tar.gz"
$out = "7.10.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1c80fb7e3a5f1d6017fb1acce7024d1cb48affe5d687c615c7179147f2966664") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.10.3.zip | zip | 114.8 KiB |
blake3-24 715dd10ead52d2c43ca8780541b857aa3c15998b56bc264b
sha256 29bac52c2dd6169ce91cfd765b70b9e40836a1c63709b30872155832f2862083
sha1 c80676bae05950ef1c5123c0e1d386228e9cf1f3
|
| 7.10.3.tar.gz | tar.gz | 92.3 KiB |
blake3-24 648677c39fa0a99f5d43de8a8887307b15997094a3b8ae2f
sha256 1c80fb7e3a5f1d6017fb1acce7024d1cb48affe5d687c615c7179147f2966664
sha1 7d8cc0b96dbe939fc8d68ea3614b70b817fa950e
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.10.3.tar.gz"],
integrity = "sha256-HID7fjpfHWAX+xrM5wJNHLSK/+XWh8YVxxeRR/KWZmQ=",
strip_prefix = "guzzle-7.10.3",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.10.3.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.10.3
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.3.tar.gz"],
integrity = "sha256-HID7fjpfHWAX+xrM5wJNHLSK/+XWh8YVxxeRR/KWZmQ=",
strip_prefix = "guzzle-7.10.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.3.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.10.3