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

194 Commits

Author SHA1 Message Date
Ezra Pool
6b808106c9 Update quickstart.rst adding part about usage of closures in pools.
Add documentation about Pools being able to resolve closures also with a little example that builds upon the example directly above.
2016-02-14 23:34:16 +01:00
Michael Dowling
8c033e192f Adding doc clarifications. Closes #1386 2016-01-30 16:19:49 -08:00
Michael Dowling
4f11935f70 Merge pull request #1288 from elliotfehr/patch-2
Update `GuzzleHttp\Cookie\CookieJarInterface` namespace
2015-10-26 21:12:26 -07:00
Elliot Fehr
1d3ca2a30f Update GuzzleHttp\Cookie\CookieJarInterface namespace 2015-10-22 23:10:56 -04:00
Troy Pavlek
0134b2fc82 Documented throwing an exception in MockHandler
While exceptions are briefly mentioned in the preceding documentation, it is not immediately clear that exceptions can be thrown in the MockHandler, since my eyes are immediately drawn to the example code rather than the textual pre-amble.

With this, it is immediately clear to anyone that the stack can consist of both Responses and Exceptions.
2015-10-20 09:45:55 -06: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
146ea37604 Merge pull request #1258 from Brunty/httpbin-host
Fixed typo in quickstart docs for httpbin
2015-09-16 10:16:18 -07:00
Woody Gilk
7d91e2e87f Use correct interface names in middleware docs 2015-09-15 15:22:30 -05:00
Matt Brunt
914c2b5010 Fixed typo in quickstart for httpbin 2015-09-15 10:07:47 +01: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
John Wang
f8dc8000f8 fix minor typo in psr7.rst 2015-08-15 23:44:09 -07:00
John Wang
01d19a016e fix httpbin.org hostname in psr7.rst 2015-08-15 23:41:56 -07:00
John Wang
b72736a83b fix typos in psr7.rst 2015-08-15 23:39:32 -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
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