guzzle @ 6.3.0
integrity
- size
- 97.8 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
- Feature: force IP resolution (ipv4 or ipv6) #1608, #1659
- Improvement: Don't include summary in exception message when body is empty #1621
- Improvement: Handle
on_headersoption in MockHandler #1580 - Improvement: Added SUSE Linux CA path #1609
- Improvement: Use class reference for getting the name of the class instead of using hardcoded strings #1641
- Feature: Added
read_timeoutoption #1611 - Bug fix: PHP 7.x fixes #1685, #1686, #1811
- Deprecation: BadResponseException instantiation without a response #1642
- Feature: Added NTLM auth #1569
- Feature: Track redirect HTTP status codes #1711
- Improvement: Check handler type during construction #1745
- Improvement: Always include the Content-Length if there's a body #1721
- Feature: Added convenience method to access a cookie by name #1318
- Bug fix: Fill
CURLOPT_CAPATHandCURLOPT_CAINFOproperly #1684 - Improvement: Use
\GuzzleHttp\Promise\rejection_forfunction instead of object init #1827
- Minor code cleanups, documentation fixes and clarifications.
download
unix · zip
curl -fL -o 6.3.0.zip https://ratatoskr.space/pkg/guzzle/6.3.0.zip
printf '%s %s\n' 'f4d6330422e87a7e560a0932762ab2e9b7337ee3af9275625894f9831d404dc1' '6.3.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/6.3.0.zip"
$out = "6.3.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f4d6330422e87a7e560a0932762ab2e9b7337ee3af9275625894f9831d404dc1") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.3.0.tar.gz https://ratatoskr.space/pkg/guzzle/6.3.0.tar.gz
printf '%s %s\n' '036e12ae0fd482968b75c01ca81bcf951b6a8814d4d4f4e0c5f1acbd8972f18f' '6.3.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/6.3.0.tar.gz"
$out = "6.3.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "036e12ae0fd482968b75c01ca81bcf951b6a8814d4d4f4e0c5f1acbd8972f18f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 6.3.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.3.0.zip
printf '%s %s\n' 'f4d6330422e87a7e560a0932762ab2e9b7337ee3af9275625894f9831d404dc1' '6.3.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.3.0.zip"
$out = "6.3.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f4d6330422e87a7e560a0932762ab2e9b7337ee3af9275625894f9831d404dc1") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.3.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.3.0.tar.gz
printf '%s %s\n' '036e12ae0fd482968b75c01ca81bcf951b6a8814d4d4f4e0c5f1acbd8972f18f' '6.3.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.3.0.tar.gz"
$out = "6.3.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "036e12ae0fd482968b75c01ca81bcf951b6a8814d4d4f4e0c5f1acbd8972f18f") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 6.3.0.zip | zip | 98.0 KiB |
blake3-24 dfb2a655c572e8cacaafb6c1ef13faf267b9b4439fa47934
sha256 f4d6330422e87a7e560a0932762ab2e9b7337ee3af9275625894f9831d404dc1
sha1 02e8b85766e9aa9cf9045eeb129c4609726a591e
|
| 6.3.0.tar.gz | tar.gz | 79.8 KiB |
blake3-24 aac75344b392d2b3a83ecff01ab0da79eba3751b5e4e1f63
sha256 036e12ae0fd482968b75c01ca81bcf951b6a8814d4d4f4e0c5f1acbd8972f18f
sha1 60e2f019090448afc6832eb725c52a50489eff00
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/6.3.0.tar.gz"],
integrity = "sha256-A24Srg/UgpaLdcAcqBvPlRtqiBTU1PTgxfGsvYly8Y8=",
strip_prefix = "guzzle-6.3.0",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/6.3.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:6.3.0
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.3.0.tar.gz"],
integrity = "sha256-A24Srg/UgpaLdcAcqBvPlRtqiBTU1PTgxfGsvYly8Y8=",
strip_prefix = "guzzle-6.3.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.3.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:6.3.0