1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-13 12:33:57 +01:00
Michael Dowling 9844615293 [Http] Allowing Guzzle\Http\Url to build relative URLs. Adding the ability to combine URLs, check if a URL is absolute, and add to the already set path of a URL.
[Service] Allowing simpler Guzzle\Service\Client objects to be created (removing the requirement of a ServiceDescription and CommandFactory).  Allowing the first argument of the clientss constructor to be an array or collection of config data, or, when a string is used, be just the base url of the web service.  Adding get, head, delete, put, and post helper methods to the client, and adding support for Spring-like REST templates for clients.  Clients can now create requests that extends the base URL of the client.
2011-03-13 18:37:02 -05:00
..