guzzle @ 6.2.0
integrity
- size
- 95.9 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
- Feature: added
GuzzleHttp\json_encodeandGuzzleHttp\json_decode. https://github.com/guzzle/guzzle/pull/1389 - Bug fix: Fix sleep calculation when waiting for delayed requests. https://github.com/guzzle/guzzle/pull/1324
- Feature: More flexible history containers. https://github.com/guzzle/guzzle/pull/1373
- Bug fix: defer sink stream opening in StreamHandler. https://github.com/guzzle/guzzle/pull/1377
- Bug fix: do not attempt to escape cookie values. https://github.com/guzzle/guzzle/pull/1406
- Feature: report original content encoding and length on decoded responses. https://github.com/guzzle/guzzle/pull/1409
- Bug fix: rewind seekable request bodies before dispatching to cURL. https://github.com/guzzle/guzzle/pull/1422
- Bug fix: provide an empty string to
http_build_queryfor HHVM workaround. https://github.com/guzzle/guzzle/pull/1367
download
unix · zip
curl -fL -o 6.2.0.zip https://ratatoskr.space/pkg/guzzle/6.2.0.zip
printf '%s %s\n' 'a7571a723fee009de93243a88f1fcd3fc293111de6d2e1435f93f7d7502b6cd1' '6.2.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/6.2.0.zip"
$out = "6.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a7571a723fee009de93243a88f1fcd3fc293111de6d2e1435f93f7d7502b6cd1") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.2.0.tar.gz https://ratatoskr.space/pkg/guzzle/6.2.0.tar.gz
printf '%s %s\n' '815b4904a0c1c659e52fe2e6e0b31a17dfe07d79fb776c5b90ce0f74fd3148cd' '6.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/6.2.0.tar.gz"
$out = "6.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "815b4904a0c1c659e52fe2e6e0b31a17dfe07d79fb776c5b90ce0f74fd3148cd") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 6.2.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.2.0.zip
printf '%s %s\n' 'a7571a723fee009de93243a88f1fcd3fc293111de6d2e1435f93f7d7502b6cd1' '6.2.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.2.0.zip"
$out = "6.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a7571a723fee009de93243a88f1fcd3fc293111de6d2e1435f93f7d7502b6cd1") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.2.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.2.0.tar.gz
printf '%s %s\n' '815b4904a0c1c659e52fe2e6e0b31a17dfe07d79fb776c5b90ce0f74fd3148cd' '6.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.2.0.tar.gz"
$out = "6.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "815b4904a0c1c659e52fe2e6e0b31a17dfe07d79fb776c5b90ce0f74fd3148cd") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 6.2.0.zip | zip | 95.7 KiB |
blake3-24 74b8b933f0ceae768eea8e61b2b7d94f3de04195509c6f0b
sha256 a7571a723fee009de93243a88f1fcd3fc293111de6d2e1435f93f7d7502b6cd1
sha1 1f0a9c5a0c9510cf87c9ad59312b6c6cd577c9e1
|
| 6.2.0.tar.gz | tar.gz | 77.8 KiB |
blake3-24 9a5fa7880853856df5a6fed58f1ec6a7394134e98d7d7535
sha256 815b4904a0c1c659e52fe2e6e0b31a17dfe07d79fb776c5b90ce0f74fd3148cd
sha1 48bd0abbeae5d3f0248142c00fc9e9c7c2d9a85b
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/6.2.0.tar.gz"],
integrity = "sha256-gVtJBKDBxlnlL+Lm4LMaF9/gfXn7d2xbkM4PdP0xSM0=",
strip_prefix = "guzzle-6.2.0",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/6.2.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:6.2.0
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.2.0.tar.gz"],
integrity = "sha256-gVtJBKDBxlnlL+Lm4LMaF9/gfXn7d2xbkM4PdP0xSM0=",
strip_prefix = "guzzle-6.2.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.2.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:6.2.0