psr7 icon indicating copy to clipboard operation
psr7 copied to clipboard

PSR-7 HTTP message library

Results 23 psr7 issues
Sort by recently updated
recently updated
newest added

**PHP version**: >= 8.1 **Description** `StreamWrapper::stream_stat()` is returning an array no matter what, this can cause problems when the inner stream has a size of `null`, because it's then transformed...

**PHP version**: 8.3.0 **Description** A community user was reported that, it was used the Laravel with Guzzle PSR7 packages, while these wanna tracing the `RequestException` by the `dd` function, they...

I believe im running guzzle 2.5.0 under PHP 8.1, which the parse function more or less looks identical to current master. example (2 cookies set, one for / and the...

**PHP version**: 8.2.11 **guzzlehttp/psr7**: 2.6.1 **Description** The `Uri` class is able to parse malformed URIs but this results in `Uri::__toString()` generating a malformed URI. Attempting to pass that URI back...

I've stumbled upon this for like milion times now. This is a follow up of https://github.com/guzzle/psr7/pull/391 Currently, there's no way not to cast boolean values to int in a query....

this may fix - [#33](https://github.com/huankong233/94list-laravel/issues/33) - [#3191](https://github.com/guzzle/guzzle/issues/3191) I convert the ipv4 part into hex and follow the rule set the `prefix` and `url` variable

**Description** Imagine you have the guzzle client middleware that logs the requests somewhere to DB In addition to the request itself, you need some arbitrary data to be logged, like...

**Description** So I found PR #334 that was closed, and I didn't wanted to "necro" it. As mentioned in the comments there [rfc7231](https://datatracker.ietf.org/doc/html/rfc7231#section-6) should be respected, but regardless that PR...