I think we need to investigate having our URI package implement the URI interface that comes with PSR-7 (https://github.com/php-fig/http-message/blob/master/src/UriInterface.php)
As to the actual message interfaces (and associated children) - once we implement that are we actually getting anything out of our http package that we couldn't get with guzzle (other than a fractionally different method of setting up the initial request)
Kind Regards,
George
On Monday, March 23, 2015 at 9:07:57 PM UTC, Michael Babker wrote: