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

13 Commits

Author SHA1 Message Date
Michael Dowling
27823e9f41 Fixing version and PSR references in the docs 2015-05-20 16:05:54 -07:00
Michael Dowling
cc1ea3b461 Various curl updates and perf tweaks.
- Bumping curl dependency to 7.19.4.
- No longer need to unset some curl functions when reusing handles.
- Adding support for HTTP/2
- Removing no longer utilized effective URI / transfer stats. Might add
  this in later as a new type of request option or as part of "debug".
2015-04-25 11:06:09 -07:00
Michael Dowling
1e892c547c Updating docs and readme 2015-03-29 12:34:54 -07:00
Michael Dowling
b0a33d8923 Updating docs 2015-03-28 15:03:22 -07:00
Michael Dowling
7cc3409d22 Updating documentation 2015-03-21 19:30:11 -07:00
Michael Dowling
2c2f1d7c47 Updating to use RingPHP and s/adapter/handle/g 2014-10-12 18:27:08 -07:00
Graham Campbell
3e8743bfb6 Updated install instructions 2014-10-09 21:14:09 +01:00
Michael Dowling
cb149b01de More doc updates 2014-10-08 19:18:45 -07:00
Michael Dowling
4063f08ca4 Guzzle 4.0! 2014-03-29 16:11:36 -07:00
Michael Dowling
002c2e3179 Updating composer.json install example 2014-03-18 11:29:36 -07: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