guzzle @ 4.2.2
integrity
- size
- 627.2 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
- Fixed a memory leak in the CurlAdapter when reusing cURL handles.
- No longer using
request_fulluriin stream adapter proxies. - Relative redirects are now based on the last response, not the first response.
download
unix · zip
curl -fL -o 4.2.2.zip https://ratatoskr.space/pkg/guzzle/4.2.2.zip
printf '%s %s\n' 'b1f3551ba4e113c3c9b5779b96d436e0dde3ea55c384272068543947999590ff' '4.2.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/4.2.2.zip"
$out = "4.2.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b1f3551ba4e113c3c9b5779b96d436e0dde3ea55c384272068543947999590ff") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 4.2.2.tar.gz https://ratatoskr.space/pkg/guzzle/4.2.2.tar.gz
printf '%s %s\n' '09b0d8865016ca6b45d7a6b3956d7f499d44d5cbb260a8bae3c5da99f195a3a2' '4.2.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/4.2.2.tar.gz"
$out = "4.2.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "09b0d8865016ca6b45d7a6b3956d7f499d44d5cbb260a8bae3c5da99f195a3a2") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 4.2.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/4.2.2.zip
printf '%s %s\n' 'b1f3551ba4e113c3c9b5779b96d436e0dde3ea55c384272068543947999590ff' '4.2.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/4.2.2.zip"
$out = "4.2.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b1f3551ba4e113c3c9b5779b96d436e0dde3ea55c384272068543947999590ff") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 4.2.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/4.2.2.tar.gz
printf '%s %s\n' '09b0d8865016ca6b45d7a6b3956d7f499d44d5cbb260a8bae3c5da99f195a3a2' '4.2.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/4.2.2.tar.gz"
$out = "4.2.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "09b0d8865016ca6b45d7a6b3956d7f499d44d5cbb260a8bae3c5da99f195a3a2") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 4.2.2.zip | zip | 626.9 KiB |
blake3-24 c2c3068c08917bc71fea68fb9e7d4415f26022a111951da8
sha256 b1f3551ba4e113c3c9b5779b96d436e0dde3ea55c384272068543947999590ff
sha1 757bb2976fdc962feddee17962639ea85110c953
|
| 4.2.2.tar.gz | tar.gz | 562.4 KiB |
blake3-24 c8f9ebe579bbd13026a4e274a9d360015231bb2aa897723f
sha256 09b0d8865016ca6b45d7a6b3956d7f499d44d5cbb260a8bae3c5da99f195a3a2
sha1 b9ab3c6ea5b20d42bff83d7f2090443e3ea9a04a
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/4.2.2.tar.gz"],
integrity = "sha256-CbDYhlAWymtF16azlW1/SZ1E1cuyYKi648XamfGVo6I=",
strip_prefix = "guzzle-4.2.2",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/4.2.2.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:4.2.2
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/4.2.2.tar.gz"],
integrity = "sha256-CbDYhlAWymtF16azlW1/SZ1E1cuyYKi648XamfGVo6I=",
strip_prefix = "guzzle-4.2.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/4.2.2.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:4.2.2