guzzle @ 7.10.2
integrity
- size
- 114.0 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
Fixed
- Normalize HTTP version request options before applying them to PSR-7 requests
- Use string values for headers generated by request preparation and response decoding
download
unix · zip
curl -fL -o 7.10.2.zip https://ratatoskr.space/pkg/guzzle/7.10.2.zip
printf '%s %s\n' 'ca410ecfca1b069d99c2ba63dc796ca4f33895c1f3e97287842b35825ec34577' '7.10.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.10.2.zip"
$out = "7.10.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ca410ecfca1b069d99c2ba63dc796ca4f33895c1f3e97287842b35825ec34577") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.10.2.tar.gz https://ratatoskr.space/pkg/guzzle/7.10.2.tar.gz
printf '%s %s\n' '87455e64ab997f7565a0d6c2fe87cc4bab27bda5f762a44431365056fa0344d5' '7.10.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.10.2.tar.gz"
$out = "7.10.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "87455e64ab997f7565a0d6c2fe87cc4bab27bda5f762a44431365056fa0344d5") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.10.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.2.zip
printf '%s %s\n' 'ca410ecfca1b069d99c2ba63dc796ca4f33895c1f3e97287842b35825ec34577' '7.10.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.2.zip"
$out = "7.10.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ca410ecfca1b069d99c2ba63dc796ca4f33895c1f3e97287842b35825ec34577") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.10.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.2.tar.gz
printf '%s %s\n' '87455e64ab997f7565a0d6c2fe87cc4bab27bda5f762a44431365056fa0344d5' '7.10.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.2.tar.gz"
$out = "7.10.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "87455e64ab997f7565a0d6c2fe87cc4bab27bda5f762a44431365056fa0344d5") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.10.2.zip | zip | 114.5 KiB |
blake3-24 ff8e55b7ec3abf04abafeabeb84180035b3598cbc0893acb
sha256 ca410ecfca1b069d99c2ba63dc796ca4f33895c1f3e97287842b35825ec34577
sha1 67c4e9fd8aa5b885fbb4429f9544e1ab6de1f47c
|
| 7.10.2.tar.gz | tar.gz | 92.0 KiB |
blake3-24 ea0ff8ddadf4029f80f64c8445b5c7efd5699c289d2a8b24
sha256 87455e64ab997f7565a0d6c2fe87cc4bab27bda5f762a44431365056fa0344d5
sha1 99c52c58855372d8abed0b6557ce5351361f7daa
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.10.2.tar.gz"],
integrity = "sha256-h0VeZKuZf3VloNbC/ofMS6snvaX3YqREMTZQVvoDRNU=",
strip_prefix = "guzzle-7.10.2",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.10.2.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.10.2
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.2.tar.gz"],
integrity = "sha256-h0VeZKuZf3VloNbC/ofMS6snvaX3YqREMTZQVvoDRNU=",
strip_prefix = "guzzle-7.10.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.2.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.10.2