1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-23 09:34:00 +01:00

226 Commits

Author SHA1 Message Date
Michael Dowling
2744408cb3 Adding guzzle version number to docs. Closes #1180 2015-07-27 21:34:24 -07:00
Michael Dowling
3416e6108e Adding on_redirect. Addresses #1166 2015-07-09 20:03:23 -07:00
Michael Dowling
b0cb490f15 Fixing example. Closes #1149 2015-06-30 09:15:07 -07:00
Charles Sarrazin
bbe8e32a28 Fixing wrong documentation
Fixed wrong documentation telling that both form_params and multipart could be used at the same time.
2015-06-24 22:37:35 +02:00
Michael Dowling
5dd6a739fa Removing references to exceptions
Closes #1133
2015-06-24 09:10:18 -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
Justin Watt
8e49fd99e1 Pass HandlerStack to Client constructor 2015-06-08 15:48:23 -07:00
Michael Dowling
6d2bab840c Ensure that cookies are extracted before redirects
Fixes #1090. Added a test.
2015-06-01 15:51:39 -07:00
Michael Dowling
4c816a0c01 Merge pull request #1103 from eXtreme/patch-1
fixed code examples on "Handlers and Middleware"
2015-06-01 10:47:02 -07:00
Victor Welling
89f1713171 Fixed incorrect documentation on the return type of getHeader() 2015-06-01 16:42:35 +02:00
Jacek Jędrzejewski
27842a7564 updated more code examples in "Handlers and Middleware" docs 2015-06-01 14:43:02 +02:00
Jacek Jędrzejewski
e9d88cc927 fixed code examples on "Handlers and Middleware" - fixes guzzle/guzzle#1102 2015-06-01 14:17:00 +02:00
Matthew
4fc202c5d3 Replace form_files with multipart in docs 2015-05-29 22:17:28 -05:00
Jacek Jędrzejewski
9042d8c0cc Update testing docs about History middleware 2015-05-28 17:40:26 +02:00
Michael Dowling
d502b97b38 Adding missing docs and updating upgrade guide 2015-05-27 10:07:49 -07:00
Michael Dowling
ffa81190ef Merge pull request #1081 from ThomasBS/master
Update testing docs
2015-05-27 09:49:27 -07:00
Jeremy Lindblom
61cae73b13 Merge pull request #1083 from SteveEdson/patch-1
Fixed incorrect variable in async request example
2015-05-27 09:02:07 -07:00
Kamil Samigullin
38a4c0a3e8 fix issue #1084 2015-05-27 18:22:44 +03:00
Steve Edson
5841b87525 Fixed incorrect variable in async request example 2015-05-27 15:43:11 +01:00
Thomas
6160a5d5f2 Replace default_handler with HandlerStack::create 2015-05-27 10:21:16 +02:00
Thomas
286fda9cd9 Correct namespace 2015-05-27 09:27:31 +02:00
Tom Robertshaw
ad0d22fa7f Missing concatenation in code sample 2015-05-26 21:54:49 +01:00
Michael Dowling
b158770ee6 Fixing cookies docs. Closes #1072 2015-05-25 16:10:05 -07:00
Michael Dowling
1daf7690c3 Documenting default handlers and ensuring cookies are extracted before redirects are followed 2015-05-20 17:51:45 -07:00
Michael Dowling
27823e9f41 Fixing version and PSR references in the docs 2015-05-20 16:05:54 -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
a77cec85a3 Linking to PSR-7 docs 2015-05-14 14:25:25 -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
bc1a2a881b Adding base_uri resolution examples 2015-04-25 13:32:16 -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
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
98814d310a Updating requirements.txt 2015-04-03 15:26:03 -07:00
Michael Dowling
4f2eb829e2 Using docs from pypi 2015-04-03 15:15:15 -07:00
Michael Dowling
caa0a37503 Switching back to guzzle theme 2015-04-03 13:31:05 -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
de9b687285 Updating PSR-7 specific docs 2015-03-29 14:15:40 -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
Michael Dowling
1e892c547c Updating docs and readme 2015-03-29 12:34:54 -07:00
Michael Dowling
0949947ee2 Updating docs 2015-03-28 15:33:35 -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