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

2745 Commits

Author SHA1 Message Date
Michael Dowling
d46277b43e Merge pull request #1146 from itafroma/function-guard
Conditionally require functions.php
2015-06-30 09:00:54 -07:00
Mark Trapp
d706b16e29 Conditionally require functions.php 2015-06-25 12:50:04 -04:00
Michael Dowling
9c43893a8e Merge pull request #1131 from sagikazarmark/fix/cookie-name
Fix invalid character regex
2015-06-24 18:00:39 -07:00
Michael Dowling
469b165469 Merge pull request #1144 from csarrazi/patch-1
Fixing wrong documentation
2015-06-24 13:38:44 -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
811c11a4e8 Fixing test 2015-06-24 13:06:42 -07:00
Michael Dowling
d3ae72676a Merge remote-tracking branch 'ged15/master' 2015-06-24 13:05:29 -07:00
Michael Dowling
1247f26103 Bumping psr7 requirement 2015-06-24 13:05:23 -07:00
Sági-Kazár Márk
820de92dd7 Fix exception tests 2015-06-24 18:11:32 +02:00
Michael Dowling
5dd6a739fa Removing references to exceptions
Closes #1133
2015-06-24 09:10:18 -07:00
Sági-Kazár Márk
69c0979643 Fix invalid character regex 2015-06-24 18:09:28 +02:00
Michael Dowling
e798cb4daa Adding note about exclusive form options 2015-06-24 09:08:25 -07:00
Michael Dowling
0da18ca665 Trying to fix test on Travis 2015-06-13 19:43:56 -07:00
Michael Dowling
bcb5f42998 Using newer Apache common log link 2015-06-13 17:03:36 -07:00
Michael Dowling
861d2da555 Fixing common log format. Adding date_* format patterns. Closes #1122 2015-06-13 17:00:31 -07:00
Michael Dowling
e812f17245 Fixing json docs 2015-06-13 16:37:58 -07:00
Gediminas Šedbaras
b2e92a9007 failing test for merging Uris using $client->request 2015-06-10 21:08:40 +02:00
Michael Dowling
aa694e9a7e Merge pull request #1111 from urakozz/patch-1
Fixed return type in ClientInterface::requestAsync
2015-06-09 17:59:33 -07:00
Michael Dowling
6533590c74 Merge pull request #1116 from justincwatt/fix-testing-docs
Fix bug in Mock Handler section of testing docs
2015-06-09 17:59:17 -07:00
Michael Dowling
175f773ed1 form_param and multipart error message
Closes #1113
2015-06-09 17:56:14 -07:00
Michael Dowling
d1e0b1703e Merge pull request #1118 from phlogisticfugu/master
correcting date for 6.0.1 release in CHANGELOG
2015-06-08 23:23:45 -07:00
phlogisticfugu
38849a4e02 correcting date for 6.0.1 release in CHANGELOG 2015-06-08 21:47:58 -07:00
Justin Watt
8e49fd99e1 Pass HandlerStack to Client constructor 2015-06-08 15:48:23 -07:00
Michael Dowling
a1c986a4bc Adding an easier way to create a mock handler that uses default middlewares 2015-06-03 12:13:27 -07:00
Yury Kozyrev
2288f42661 Fixed return type in ClientInterface::requestAsync 2015-06-03 10:02:53 +02: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
Michael Dowling
d2386607c1 Merge pull request #1104 from victorwelling/master
Fixed incorrect documentation on the return type of getHeader()
2015-06-01 10:46:28 -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
Michael Dowling
8a313ec694 Merge pull request #1098 from konforce/patch-1
Replace form_files with multipart in docs
2015-05-29 21:49:16 -07:00
Matthew
4fc202c5d3 Replace form_files with multipart in docs 2015-05-29 22:17:28 -05:00
Michael Dowling
6396a53cbe Merge pull request #1096 from jaredm4/master
Allow custom log levels for logging middleware.
2015-05-29 12:24:22 -07:00
Michael Dowling
0535d62e49 Merge pull request #1097 from avindra/patch-1
Document base_url -> base_uri rename
2015-05-29 12:23:47 -07:00
Avindra Goolcharan
e6f28abc4b Document base_url -> base_uri rename 2015-05-29 15:12:57 -04:00
Jared Markell
7314eeac52 Allow custom log levels for logging middleware. 2015-05-29 12:02:54 -07:00
Michael Dowling
3a62caa34e Merge pull request #1089 from eXtreme/patch-2
Updated UPGRADING guide about Mock Subscriber
2015-05-28 11:06:34 -07:00
Michael Dowling
c265f364cb Merge pull request #1087 from SteveEdson/patch-1
Fixed incorrect variable in async readme example
2015-05-28 11:06:23 -07:00
Michael Dowling
a2364f0a40 Merge pull request #1088 from eXtreme/patch-1
Update testing docs about History middleware
2015-05-28 11:06:07 -07:00
Jacek Jędrzejewski
f67d069c1c Updated UPGRADING guide about Mock Subscriber 2015-05-28 17:44:29 +02:00
Jacek Jędrzejewski
9042d8c0cc Update testing docs about History middleware 2015-05-28 17:40:26 +02:00
Steve Edson
fdadee360a Fixed incorrect variable in async readme example 2015-05-28 09:03:15 +01:00
Michael Dowling
ddbbba92ef Using older composer syntax for older versions of composer 2015-05-27 17:30:19 -07:00
Michael Dowling
d502b97b38 Adding missing docs and updating upgrade guide 2015-05-27 10:07:49 -07:00
Michael Dowling
f992b7b487 6.0.1 release 6.0.1 2015-05-27 09:57:51 -07:00
Michael Dowling
6f3db1618e Fixing nested query strings 2015-05-27 09:53:46 -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
Jeremy Lindblom
c946c8d91f Merge pull request #1085 from kamilsk/issue-1084
Fix form_params option in docs
2015-05-27 09:00:58 -07:00