1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-24 10:03:27 +01:00

20 Commits

Author SHA1 Message Date
Michael Dowling
c6cf0c6da2 Updating HTTP method signature to be simpler and more consistent
- HTTP method based signatures like get(), put(), etc.. accept a URL,
  and array of request options. createRequest() is similar but also requires
  a method string.
- Renamed request events to 'before', 'complete', 'error', and 'headers.
- Renamed the associated event classes.
- Adding more docs.
2014-02-13 23:37:34 -08:00
Michael Dowling
d0e2ceb8aa Fixing formatting issue 2014-02-09 21:10:35 -08:00
Michael Dowling
5d75b172f5 Adding some upgrade notes for the Http namespace 2014-02-09 21:09:42 -08:00
Michael Dowling
d18f23e8df Adding some preliminary upgrade instructions 2014-02-09 18:10:20 -08:00
Michael Dowling
9239f08e00 Adding an easier way to set and retrieve default options 2013-06-10 17:17:36 -07:00
Michael Dowling
caed0ab1aa Client::expandTemplate() and Client::getUriTemplate() are protected 2013-06-09 13:41:02 -07:00
Michael Dowling
dd1c67fea9 Cleaning up the 3.5 to 3.6 upgrade guide 2013-06-09 11:40:03 -07:00
Michael Dowling
24c2111574 Cleaning up the 3.5 to 3.6 upgrade guide 2013-06-09 11:39:36 -07:00
Michael Dowling
ef28f76dd4 Tweaks to upgrade guide 2013-06-09 11:38:04 -07:00
Michael Dowling
b0b85cba3b Fixing upgrade 2013-06-09 11:37:05 -07:00
Michael Dowling
41bf56c51f Cleaning up the changelog and upgrade guide 2013-06-09 11:36:07 -07:00
Michael Dowling
d1e4932033 Prepping for the 3.6.0 release 2013-05-29 22:11:28 -07:00
Michael Dowling
0618128c86 Updating changelog and upgrading guide 2013-05-29 22:11:28 -07:00
Michael Dowling
76f16a1546 Preparing to release 3.4.0 2013-04-11 22:58:15 -07:00
Michael Dowling
d8f28e9f48 Prepping for 3.3.0 2013-03-03 16:41:45 -08:00
Michael Dowling
69ad0affa2 The encoding scheme used by Guzzle\Http\QueryString can now be
customized
Guzzle\Http\QueryString no longer accepts a callback function for
aggregation but rather uses QueryAggregatorInterface objects.
Addresses #238.
2013-02-13 23:28:44 -08:00
Michael Dowling
b6bc3a3db1 Adding upgrade notes for the pending 3.2.0 release 2013-02-12 22:55:52 -08:00
David Abdemoulaie
2aff8b32af Fixing formatting in UPGRADING.md 2013-01-23 21:53:25 -06:00
David Abdemoulaie
90b4454911 Adds note about Accept-Encoding -- see #161 2013-01-23 21:52:04 -06:00
David Abdemoulaie
86838ba52f Adds 2.8 to 3.x upgrade guide - fixes #161 2013-01-23 21:45:32 -06:00