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

8 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
f35c07eba4 Reorganizing docs 2014-02-13 20:05:40 -08:00
Michael Dowling
ef42e31fc0 Adding more docs 2014-02-13 09:45:42 -08:00
Michael Dowling
7368075cf9 Replacing HeaderValuesInterface with an array and adding docs.
- Instead of using a HeaderValues object for header values, I've added an
optional argument to getHeader() that specifies whether or not to return
a header as a string or an array.
- Adding the start of the new documentation.
2014-02-12 20:07:05 -08:00
Michael Dowling
46b9bb8ef7 Updating to latest version of the docs theme 2013-11-01 11:49:42 -07:00
Michael Dowling
3f9a8e7339 Updating to work with readthedocs and the latest version of the Sphinx theme 2013-10-31 17:02:04 -07:00
Michael Dowling
46a43355ab Cleaning up plugin links, trimming conf.py, and trying to fix the links on readthedocs 2013-10-31 16:41:15 -07:00
Michael Dowling
952389821a Moving docs to main repo 2013-10-31 15:25:29 -07:00