guzzle @ 5.1.0
integrity
- size
- 475.9 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
- Pool class no longer uses recursion when a request is intercepted.
- The size of a Pool can now be dynamically adjusted using a callback. See #943.
- Setting a request option to
nullwhen creating a request with a client will ensure that the option is not set. This allows you to overwrite default request options on a per-request basis. See #937. - Added the ability to limit which protocols are allowed for redirects by
specifying a
protocolsarray in theallow_redirectsrequest option. - Nested futures due to retries are now resolved when waiting for synchronous responses. See #947.
"0"is now an allowed URI path. See #935.Queryno longer typehints on the$queryargument in the constructor, allowing for strings and arrays.- Exceptions thrown in the
endevent are now correctly wrapped with Guzzle specific exceptions if necessary.
download
unix · zip
curl -fL -o 5.1.0.zip https://ratatoskr.space/pkg/guzzle/5.1.0.zip
printf '%s %s\n' 'aa281e9a91f6715a47d37d4a0e027fa006376dd89ed9023b33ed5ab00b42de37' '5.1.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/5.1.0.zip"
$out = "5.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "aa281e9a91f6715a47d37d4a0e027fa006376dd89ed9023b33ed5ab00b42de37") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 5.1.0.tar.gz https://ratatoskr.space/pkg/guzzle/5.1.0.tar.gz
printf '%s %s\n' '2449010e2f6bc157a382c5693ddcb0a9a3c18ce2500e74df283e0cd8f592713f' '5.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/5.1.0.tar.gz"
$out = "5.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2449010e2f6bc157a382c5693ddcb0a9a3c18ce2500e74df283e0cd8f592713f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 5.1.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/5.1.0.zip
printf '%s %s\n' 'aa281e9a91f6715a47d37d4a0e027fa006376dd89ed9023b33ed5ab00b42de37' '5.1.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/5.1.0.zip"
$out = "5.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "aa281e9a91f6715a47d37d4a0e027fa006376dd89ed9023b33ed5ab00b42de37") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 5.1.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/5.1.0.tar.gz
printf '%s %s\n' '2449010e2f6bc157a382c5693ddcb0a9a3c18ce2500e74df283e0cd8f592713f' '5.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/5.1.0.tar.gz"
$out = "5.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2449010e2f6bc157a382c5693ddcb0a9a3c18ce2500e74df283e0cd8f592713f") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 5.1.0.zip | zip | 476.6 KiB |
blake3-24 1d65b7f9e315dfe83ffcfc7fa3c8eb6f49d61fa380f7293a
sha256 aa281e9a91f6715a47d37d4a0e027fa006376dd89ed9023b33ed5ab00b42de37
sha1 8dabf171f60e8b10e54b48854b9942d358da279e
|
| 5.1.0.tar.gz | tar.gz | 418.5 KiB |
blake3-24 bb16e4fec713017fcf0df5919e67d2729f3b8e17cbaf37c0
sha256 2449010e2f6bc157a382c5693ddcb0a9a3c18ce2500e74df283e0cd8f592713f
sha1 f987427e75d1b50d5a4cb779bdbe6db8768ec0ca
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/5.1.0.tar.gz"],
integrity = "sha256-JEkBDi9rwVejgsVpPdywqaPBjOJQDnTfKD4M2PWScT8=",
strip_prefix = "guzzle-5.1.0",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/5.1.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:5.1.0
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/5.1.0.tar.gz"],
integrity = "sha256-JEkBDi9rwVejgsVpPdywqaPBjOJQDnTfKD4M2PWScT8=",
strip_prefix = "guzzle-5.1.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/5.1.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:5.1.0