1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-22 17:16:55 +01:00

257 Commits

Author SHA1 Message Date
Jonny Nott
04a4b41967
fix dash underline for idn_conversion
...so it actually show in docs
2019-12-13 23:48:21 +00:00
Jason Moore
4a106300e0 Remove unused exception class. Closes #2102 (#2162)
* Remove unused exception class. Closes #2102

* Removed PHPStan rules
2019-12-08 17:02:23 +01:00
Alexey Shokov
9d4716949a Internationalized domain name (IDN) support (#2286)
* Internationalized domain name (IDN) support

* Documentation fix

* Tests for base_uri

* PHPStan and CI fixes

* cs
2019-12-07 10:28:27 +01:00
Marco Aurélio Deleu
9d6e080285 Change docs to match code (#2391) 2019-10-27 10:43:59 +02:00
Luis Jimenez
6a946467b3 MockHandler - Add support to reset internal queue (#2143) 2019-10-23 18:14:19 +02:00
Alexey Shokov
8f10d0ea90 Custom option for cURL multi handler (#2287)
* Custom option for cURL multi handler

* Assertion fix
2019-10-23 18:13:30 +02:00
Christian Weiske
2b1dfedd8d Link Multipartstream in PSR-7 docs (#2305) 2019-10-18 14:00:04 +02:00
Márk Sági-Kazár
15d679de1d
Merge pull request #2360 from mikewink/patch-1
Fixed a little typo
2019-10-14 11:13:52 +02:00
Márk Sági-Kazár
2b4f1cc9cc
Update overview.rst 2019-10-14 11:12:37 +02:00
Vahid Fazlollahzade
b07fcf95e7
Added a note to Overview to mention cURL
Without cURL, concurrency is not available. See https://bit.ly/33fA7RU and https://bit.ly/2IFVG6o for some SO questions.
2019-10-11 20:37:20 +03:30
Mike Wink
7c8d53b300
Fixed a little typo
Fixed a tiny typo in the proxy section.

"…it is up to you[r] to provide the no value…"
2019-09-12 11:32:34 +02:00
Márk Sági-Kazár
b44a8801fc
Merge pull request #2050 from aredridel/document-body-in-testing
Document use of a body with mock responses
2019-04-15 07:52:55 +02:00
Márk Sági-Kazár
e317796722
Remove getContents 2019-04-15 07:52:34 +02:00
Benjamin Morel
693d98d8bc
The $downloadTotal parameter can be zero in progress callback 2019-03-20 16:56:14 +01:00
Jared Howland
fa745406c2 [FIX] Code block in Quickstart documentation (#2268) 2019-02-26 18:21:14 +01:00
Márk Sági-Kazár
c84df5fc88
Merge pull request #2159 from nicolasmure/fix/pool-doc
[Doc] typehint Pool's 'fulfilled' and 'rejected' callbacks
2018-12-21 17:44:32 +01:00
Márk Sági-Kazár
330dc56732
Merge pull request #2161 from casconed/cleanup-environment-variables
Cleanup environment variables
2018-12-21 17:43:56 +01:00
Woody Gilk
3ef0c808db
Clean up concurrent requests documentation 2018-12-06 16:44:52 -06:00
yuuri111
3c4f9564a8
update exceptions doc from Connection to Connect
ConnectionException does not exist.
2018-11-02 00:59:25 +09:00
Darryl Hein
636b6b2ec9
add use statement 2018-10-26 20:12:33 -06:00
Jason Moore
00a5657216 Add to list of supported environment variables 2018-10-04 09:00:25 -05:00
Nicolas MURE
ef4490a9ab
doc : typehint Pool's 'fulfilled' and 'rejected' callbacks 2018-10-04 15:39:27 +02:00
neghmurken
4b2604b284 Add documentation for cookies 2018-10-03 22:53:38 +02:00
Daniel Espendiller
05f9f3b9f9 Using single qoute in testing documentation (#2138)
To make qoute documentation consistently use single qoute in Mock Handler section
2018-09-07 19:54:47 +02:00
Woody Gilk
634baabf14
Correct reference to undefined default handler
The default handler is created with `HandlerStack::create()`.
2018-07-30 11:07:04 -05:00
Tarjei Huse
8eb20b4470
Clean up variable naming to make docs a bit clearer
Hope it's ok ;)
2018-07-27 08:08:03 +02:00
Márk Sági-Kazár
003757426c
Fix typo 2018-06-23 23:34:47 +02:00
Jos Ahrens
40b94a3e90
docs/quickstart: add Exception Tree View (#2055)
Add a tree view to the quickstart documentation for Exceptions

Closes #2055
2018-06-20 21:55:50 +00:00
Aria Stewart
a17ad8d7b3 Document use of a body with mock responses
This was a thing I had to gather from third parties while learning to test Guzzle clients. An example like this would have made it instantly obvious what the API is.
2018-04-12 13:49:54 -04:00
Márk Sági-Kazár
6a7e4e81a8
Merge pull request #1974 from TomzxForks/fixes/1972-update-docs-getHeader-returns-array
Fix documentation using the getHeader method
2018-02-05 02:39:58 +01:00
Hannes Van De Vreken
aa5b807560 Missing sendAsync call (#1985)
* Missing sendAsync call

* Fixed response -> promise
2018-01-06 18:37:08 +01:00
Tom Rochette
b9bf901212 Add missing 0 index to documentation making use of the getHeader method.
The getHeader method always returns an array, but it may be empty.
For documentation purpose, we assume that the response object always contains the queried header, thus providing at least one element in the array at index 0.
2017-12-08 15:57:46 -05:00
Andy Snell
3b60a95898
Align Heading Line Markdown 2017-10-23 10:07:50 -04:00
Andy Snell
513c7b7503
Fix Typo in FAQ Doc 2017-10-22 23:17:52 -04:00
Matthew Setter
72914532ad Minor text correction
I saw this grammatical error when I was reading through the
documentation today, and wanted to fix it.
2017-05-15 09:57:05 +02:00
CJEdgerton
2499eacc1e Corrected typo in the headers section of the request options docs. 2017-05-08 12:24:51 -04:00
Giang Nguyen
c3a523251a Fix typo 2017-05-03 10:47:07 +07:00
Christian Schmidt
8353b3fd85 Support force_ip_resolve in StreamHandler (#1659) 2017-05-01 11:44:08 +02:00
Márk Sági-Kazár
a1c4a74bf3 Merge pull request #1569 from miguelbalboa/master
Added curl ntlm auth support
2017-03-22 12:33:29 +01:00
Márk Sági-Kazár
2297b43ad7
Merge branch '6.2.x' 2017-02-28 23:51:22 +01:00
Tobias Schultze
8d6c6cc551 Fix deprecations with guzzle/psr7 version 1.4
Fix wrong example doc

replace deprecated Uri::resolve

Fix documented types for body request option
2017-02-28 23:50:30 +01:00
Vallabh Kansagara
5e37e251f4 unambiguous response on array corrected.
unambiguous response on array corrected
2017-02-26 20:15:36 +05:30
Márk Sági-Kazár
437c0c3321 Merge pull request #1611 from arnaud-lb/read-timeout
Add 'read_timeout' option
2017-02-23 21:32:34 +01:00
Alex
b6781ffbdc Fix query parameter documentation 2017-01-16 17:48:15 +01:00
Dan
77a16c8d30 Track redirect HTTP status codes (#1711) 2017-01-15 10:48:03 +01:00
thinsoldier
f45e47a409 Fix typo "an an". 2017-01-13 20:45:35 -07:00
Miguel Balboa
6e2c1d8500 Added NTLM Support 2017-01-13 13:54:21 -08:00
Márk Sági-Kazár
274035968c Fix request creation
Fix #1707
2016-12-29 14:20:35 +01:00
白俊遥
e34ed489a7 Update request-options.rst
$request->getHeader('Content-Type'); is array;
2016-12-27 17:45:24 +08:00
Márk Sági-Kazár
fe27635017
Move request option up in docs 2016-11-13 19:36:11 +01:00