guzzle @ v3.8.1
integrity
- size
- 980.1 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzle/guzzle
release notes
- Bug: Always using GET requests when redirecting from a 303 response
- Bug: CURLOPT_SSL_VERIFYHOST is now correctly set to false when setting
$certificateAuthorityto false inGuzzle\Http\ClientInterface::setSslVerification() - Bug: RedirectPlugin now uses strict RFC 3986 compliance when combining a base URL with a relative URL
- Bug: The body of a request can now be set to
"0" - Sending PHP stream requests no longer forces
HTTP/1.0 - Adding more information to ExceptionCollection exceptions so that users have more context, including a stack trace of each sub-exception
- Updated the
$refattribute in service descriptions to merge over any existing parameters of a schema (rather than clobbering everything). - Merging URLs will now use the query string object from the relative URL (thus allowing custom query aggregators)
- Query strings are now parsed in a way that they do no convert empty keys with no value to have a dangling
=. For examplefoo&bar=bazis now correctly parsed and recognized asfoo&bar=bazrather thanfoo=&bar=baz. - Now properly escaping the regular expression delimiter when matching Cookie domains.
- Network access is now disabled when loading XML documents
download
unix · zip
curl -fL -o v3.8.1.zip https://ratatoskr.space/pkg/guzzle/v3.8.1.zip
printf '%s %s\n' '13ae8bf8cc70825d32b3ef891595ee511e0ba04838928d117fd5697da7acc2b2' 'v3.8.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/v3.8.1.zip"
$out = "v3.8.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "13ae8bf8cc70825d32b3ef891595ee511e0ba04838928d117fd5697da7acc2b2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v3.8.1.tar.gz https://ratatoskr.space/pkg/guzzle/v3.8.1.tar.gz
printf '%s %s\n' '568c4ee27a182f692af8e6c1583c591c7b90ab7804d9bb5e8b0951b44cf1f660' 'v3.8.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/v3.8.1.tar.gz"
$out = "v3.8.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "568c4ee27a182f692af8e6c1583c591c7b90ab7804d9bb5e8b0951b44cf1f660") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v3.8.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/v3.8.1.zip
printf '%s %s\n' '13ae8bf8cc70825d32b3ef891595ee511e0ba04838928d117fd5697da7acc2b2' 'v3.8.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/v3.8.1.zip"
$out = "v3.8.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "13ae8bf8cc70825d32b3ef891595ee511e0ba04838928d117fd5697da7acc2b2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v3.8.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/v3.8.1.tar.gz
printf '%s %s\n' '568c4ee27a182f692af8e6c1583c591c7b90ab7804d9bb5e8b0951b44cf1f660' 'v3.8.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/v3.8.1.tar.gz"
$out = "v3.8.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "568c4ee27a182f692af8e6c1583c591c7b90ab7804d9bb5e8b0951b44cf1f660") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v3.8.1.zip | zip | 972.7 KiB |
blake3-24 f834ea673aa83d5da9d61a1bc98d4ddbef1f0006ef1c25b2
sha256 13ae8bf8cc70825d32b3ef891595ee511e0ba04838928d117fd5697da7acc2b2
sha1 f768883d3504ef2c227dbc1805c4310a94dac3c3
|
| v3.8.1.tar.gz | tar.gz | 743.0 KiB |
blake3-24 4e0c69685f5340c6826fc52b63345f72170796dbeb4abe57
sha256 568c4ee27a182f692af8e6c1583c591c7b90ab7804d9bb5e8b0951b44cf1f660
sha1 5158b09abd453db3cd47f04afa2580a18348d77e
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/v3.8.1.tar.gz"],
integrity = "sha256-VoxO4noYL2kq+ObBWDxZHHuQq3gE2bteiwlRtEzx9mA=",
strip_prefix = "guzzle-v3.8.1",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/v3.8.1.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzle/guzzle:v3.8.1
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/v3.8.1.tar.gz"],
integrity = "sha256-VoxO4noYL2kq+ObBWDxZHHuQq3gE2bteiwlRtEzx9mA=",
strip_prefix = "guzzle-v3.8.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/v3.8.1.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzle/guzzle:v3.8.1