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

26 Commits

Author SHA1 Message Date
Michael Dowling
8c033e192f Adding doc clarifications. Closes #1386 2016-01-30 16:19:49 -08:00
mortenhauberg
fb449de675 Fix syntax errors 2015-10-15 08:20:49 +02:00
Michael Sørensen
471d589f37 Fixed formating
Code block was not been displayed due to incorrect indentation.
2015-09-30 18:23:51 +02:00
Michael Dowling
38d25519c6 Adding on_stats docs 2015-09-06 13:01:07 -07:00
Michael Dowling
2e92238902 Finishing the redirect tracking PR 2015-09-06 12:05:56 -07:00
Michael Dowling
196b301670 Cleaning up docs. Closes #1231, closes #1241 2015-09-06 11:18:04 -07:00
Michael Dowling
d687700d60 Cleaning up no_proxy support 2015-08-15 13:48:15 -07:00
Maks3w
a9438ca9f4 Fix types allowed as body 2015-08-14 07:45:33 +02:00
Michael Dowling
3416e6108e Adding on_redirect. Addresses #1166 2015-07-09 20:03:23 -07:00
Michael Dowling
e798cb4daa Adding note about exclusive form options 2015-06-24 09:08:25 -07:00
Michael Dowling
e812f17245 Fixing json docs 2015-06-13 16:37:58 -07:00
Michael Dowling
d502b97b38 Adding missing docs and updating upgrade guide 2015-05-27 10:07:49 -07:00
Michael Dowling
b158770ee6 Fixing cookies docs. Closes #1072 2015-05-25 16:10:05 -07:00
Michael Dowling
c53c4a617c Renaming the sync option to synchronous to avoid confusion with sink 2015-05-19 21:55:21 -07:00
Michael Dowling
8fd930513a Refactoring POST support to multipart and form_params
Updating documentation
2015-05-12 21:47:00 -07:00
Michael Dowling
15557b1523 Refactoring to support the "on_headers" option 2015-04-30 00:59:01 -07:00
Michael Dowling
3df1696764 Fixing default header resolution on messages 2015-04-28 14:54:01 -07:00
Michael Dowling
f0d321f127 Simplifying cookie handling 2015-04-20 10:06:38 -07:00
Michael Dowling
fd095f0f68 PSR-7 updates 2015-04-19 20:39:53 -07:00
Michael Dowling
a47dc8e99a Updating docs and host handlers are used 2015-04-18 11:08:00 -07:00
Michael Dowling
2325f7b1d3 Removing handler stack from the client 2015-04-17 19:59:11 -07:00
Michael Dowling
b5edb69526 Removing synchronous calls in curl multi handler.
Removing the ability to set delay to "true" in order to work around the
fact that adding a request to a curl multi handler can cause synchronous
promise resolution if ticked, and can be very slow if you are sending
multiple requests concurrently.
2015-04-16 01:13:50 -07:00
Michael Dowling
ea77048c62 Allowing delay to be true 2015-03-31 14:06:45 -07:00
Michael Dowling
66be56c746 Updating docs 2015-03-29 15:55:21 -07:00
Michael Dowling
c1dc3e62ab Updating docs for request options 2015-03-29 13:08:41 -07:00
Michael Dowling
2660fef712 Doc updates 2015-03-29 12:41:58 -07:00