Hernán Rancati

Results 8 comments of Hernán Rancati
trafficstars

I have added the requested feature and just made a pull request. https://github.com/bramus/router/pull/188

@bramus @givanov95 , did you have the chance to look at the pull request solution ? thanks in advance! xnan.

Hello folks! Might it be worth to build some kind of optional filter for the post method to prevent this kind of problem ? It seems to me that it...

Any idea how this could be somehow reproduced ?

* **It seems to work perfectly well** in Guzzle version **7.2** according to the following manual test code: * PHP Gizzle code: ``` require 'vendor/autoload.php'; $client = new GuzzleHttp\Client( ['base_uri'...

Hell Folks, Regarding the usage of **Request object** as follow, the bug is resproduced, sent headers doesn't contains the key 'Content-length', sage of Reques ``` $client = new \GuzzleHttp\Client([ 'verify'...

**Mistery solved guys!** The sample code for sending the 'Content-length' header is incorrectly using the headers argument of \GuzzleHttp\Psr7\Request , the constructor call second argument is assigned to ["headers"=>[....]] instead...

Hey, [ironsmile](https://github.com/ironsmile), do you still have interest in the project ? I am considering to start a branch to use PDO/SQL DB as a cache for the project. If you...