guzzle @ 5.0.2
integrity
- size
- 473.1 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
- Added a trailing
\r\nto multipart/form-data payloads. See #871 - Added a
GuzzleHttp\Pool::send()convenience method to match the docs. - Status codes are now returned as integers. See #881
- No longer overwriting an existing
application/x-www-form-urlencodedheader when sending POST requests, allowing for customized headers. See #877 - Improved query string and path URL serialization.
- No longer double percent-encoding characters in the path or query string if they are already encoded.
- Now properly encoding the supplied path to a URL object, instead of only encoding ' ' and '?'.
- Now allowing many more characters to be present in the query string without being percent encoded. See http://tools.ietf.org/html/rfc3986#appendix-A
download
unix · zip
curl -fL -o 5.0.2.zip https://ratatoskr.space/pkg/guzzle/5.0.2.zip
printf '%s %s\n' '615a5110dff3dcbd2144579f59248daac94941357a278c6a29fee5b180e67c4c' '5.0.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/5.0.2.zip"
$out = "5.0.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "615a5110dff3dcbd2144579f59248daac94941357a278c6a29fee5b180e67c4c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 5.0.2.tar.gz https://ratatoskr.space/pkg/guzzle/5.0.2.tar.gz
printf '%s %s\n' '84278ba2510417a56dc5ecac6cad0a5b2c626d8dd8b84fed4ea8d95eaad24e0e' '5.0.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/5.0.2.tar.gz"
$out = "5.0.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "84278ba2510417a56dc5ecac6cad0a5b2c626d8dd8b84fed4ea8d95eaad24e0e") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 5.0.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/5.0.2.zip
printf '%s %s\n' '615a5110dff3dcbd2144579f59248daac94941357a278c6a29fee5b180e67c4c' '5.0.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/5.0.2.zip"
$out = "5.0.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "615a5110dff3dcbd2144579f59248daac94941357a278c6a29fee5b180e67c4c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 5.0.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/5.0.2.tar.gz
printf '%s %s\n' '84278ba2510417a56dc5ecac6cad0a5b2c626d8dd8b84fed4ea8d95eaad24e0e' '5.0.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/5.0.2.tar.gz"
$out = "5.0.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "84278ba2510417a56dc5ecac6cad0a5b2c626d8dd8b84fed4ea8d95eaad24e0e") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 5.0.2.zip | zip | 473.8 KiB |
blake3-24 68a770785b2dea797290308bc5248ffa884c318768d4ab41
sha256 615a5110dff3dcbd2144579f59248daac94941357a278c6a29fee5b180e67c4c
sha1 ff195edf6a09e3a9f000a5b06bb067292c227258
|
| 5.0.2.tar.gz | tar.gz | 415.8 KiB |
blake3-24 5d13ab3e3b0b2c22a86dc6b8b0447fa8a234977acb8ca942
sha256 84278ba2510417a56dc5ecac6cad0a5b2c626d8dd8b84fed4ea8d95eaad24e0e
sha1 79fe6c4488fcc0b68b9cee594a17ab32a9feb867
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/5.0.2.tar.gz"],
integrity = "sha256-hCeLolEEF6VtxeysbK0KWyxibY3YuE/tTqjZXqrSTg4=",
strip_prefix = "guzzle-5.0.2",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/5.0.2.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:5.0.2
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/5.0.2.tar.gz"],
integrity = "sha256-hCeLolEEF6VtxeysbK0KWyxibY3YuE/tTqjZXqrSTg4=",
strip_prefix = "guzzle-5.0.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/5.0.2.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:5.0.2