guzzle @ v3.8.0
integrity
- size
- 979.0 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzle/guzzle
release notes
- Added the ability to define a POST name for a file
- JSON response parsing now properly walks additionalProperties
- cURL error code 18 is now retried automatically in the BackoffPlugin
- Fixed a cURL error when URLs contain fragments
- Fixed an issue in the BackoffPlugin retry event where it was trying to access all exceptions as if they were CurlExceptions
- CURLOPT_PROGRESS function fix for PHP 5.5 (69fcc1e)
- Added the ability for Guzzle to work with older versions of cURL that do not support
CURLOPT_TIMEOUT_MS - Fixed a bug that was encountered when parsing empty header parameters
- UriTemplate now has a
setRegex()method to match the docs - The
debugrequest parameter now checks if it is truthy rather than if it exists - Setting the
debugrequest parameter to true shows verbose cURL output instead of using the LogPlugin - Added the ability to combine URLs using strict RFC 3986 compliance
- Command objects can now return the validation errors encountered by the command
- Various fixes to cache revalidation (#437 and 29797e5)
- Various fixes to the AsyncPlugin
- Cleaned up build scripts
download
unix · zip
curl -fL -o v3.8.0.zip https://ratatoskr.space/pkg/guzzle/v3.8.0.zip
printf '%s %s\n' 'bd81235cf617ca0ce79c5eede25ba51d3ed8d781e7a0277b974dff78c15ef41e' 'v3.8.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/v3.8.0.zip"
$out = "v3.8.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bd81235cf617ca0ce79c5eede25ba51d3ed8d781e7a0277b974dff78c15ef41e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v3.8.0.tar.gz https://ratatoskr.space/pkg/guzzle/v3.8.0.tar.gz
printf '%s %s\n' 'e552823a00baafaf7d09c4c9e3d41b24f6b68cca4c74d619feafbb047a9c3e3d' 'v3.8.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/v3.8.0.tar.gz"
$out = "v3.8.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e552823a00baafaf7d09c4c9e3d41b24f6b68cca4c74d619feafbb047a9c3e3d") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v3.8.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/v3.8.0.zip
printf '%s %s\n' 'bd81235cf617ca0ce79c5eede25ba51d3ed8d781e7a0277b974dff78c15ef41e' 'v3.8.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/v3.8.0.zip"
$out = "v3.8.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bd81235cf617ca0ce79c5eede25ba51d3ed8d781e7a0277b974dff78c15ef41e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v3.8.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/v3.8.0.tar.gz
printf '%s %s\n' 'e552823a00baafaf7d09c4c9e3d41b24f6b68cca4c74d619feafbb047a9c3e3d' 'v3.8.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/v3.8.0.tar.gz"
$out = "v3.8.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e552823a00baafaf7d09c4c9e3d41b24f6b68cca4c74d619feafbb047a9c3e3d") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v3.8.0.zip | zip | 971.5 KiB |
blake3-24 361b72762268e64df4f3c5faf0a943147a8a3486676941d7
sha256 bd81235cf617ca0ce79c5eede25ba51d3ed8d781e7a0277b974dff78c15ef41e
sha1 08eb8f35f4e6b4afc63d3c5da3881153d0e44228
|
| v3.8.0.tar.gz | tar.gz | 741.8 KiB |
blake3-24 c4b4f5918fe3898addc34fd6b9b52be94cc5feb5b7759d41
sha256 e552823a00baafaf7d09c4c9e3d41b24f6b68cca4c74d619feafbb047a9c3e3d
sha1 91fa40e6f43a40aaa4caa468317d0ae4c99fed24
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/v3.8.0.tar.gz"],
integrity = "sha256-5VKCOgC6r699CcTJ49QbJPa2jMpMdNYZ/q+7BHqcPj0=",
strip_prefix = "guzzle-v3.8.0",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/v3.8.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzle/guzzle:v3.8.0
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/v3.8.0.tar.gz"],
integrity = "sha256-5VKCOgC6r699CcTJ49QbJPa2jMpMdNYZ/q+7BHqcPj0=",
strip_prefix = "guzzle-v3.8.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/v3.8.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzle/guzzle:v3.8.0