Antonio J. García Lagar
41d99927e8
Test content-length and content-encoding with gzipped response
...
When the upstream response is transfered gzipped, we must test that
the returned response has valid content-length and content-encoding
for the returned body.
2015-05-28 18:04:20 +02:00
Michael Dowling
29afd334ba
Merge branch 'guzzle-v6'
...
Includes minor tweaks:
1. Link to UPGRADING.md from CHANGELOG.md.
2. Add psr/log to dev requirements.
2015-05-26 10:45:41 -07:00
Michael Dowling
a252cb4bcf
Updating exceptions
2015-05-26 10:14:51 -07:00
Michael Dowling
70f514130a
Request option doc updates
2015-05-26 09:59:54 -07:00
Michael Dowling
cb95668c71
Removing mentions of no longer used uri templates
2015-05-26 09:47:13 -07:00
Michael Dowling
a5d5aa99e4
Version constant update
2015-05-25 16:48:35 -07:00
Michael Dowling
99546a4171
5.3-dev not 5.0-dev
2015-05-25 16:47:27 -07:00
Michael Dowling
a142841482
Adding some handler stack stuff to the upgrading guide
2015-05-25 16:40:23 -07:00
Michael Dowling
e78782a17c
Adding more info and fixes to upgrading guide
2015-05-25 16:27:16 -07:00
Michael Dowling
153d068d8c
Preparing branch aliases
2015-05-25 16:21:15 -07:00
Michael Dowling
8f632cc982
Updating makefile and travis.yml
2015-05-25 16:20:42 -07:00
Michael Dowling
8844ca4d34
Vendoring burgomaster
2015-05-25 16:13:30 -07:00
Michael Dowling
b158770ee6
Fixing cookies docs. Closes #1072
2015-05-25 16:10:05 -07:00
Michael Dowling
1d085bb50a
Merge pull request #1070 from kamilsk/issue-1063
...
[WIP] safe check uri_template extension
2015-05-25 15:32:32 -07:00
Michael Dowling
93afdc6d14
Merge pull request #1071 from jeroenvisser101/patch-1
...
Updated license to include the beginning year.
2015-05-25 15:31:51 -07:00
Jeroen Visser
66b67a4a5b
Updated license to include the beginning year.
...
Thanks @GrahamCampbell
2015-05-23 22:36:10 +02:00
Michael Dowling
46a5218149
Merge pull request #1065 from Maks3w/patch-1
...
psr/log is not used in this project
2015-05-23 12:34:33 -07:00
Michael Dowling
c0ce1396d2
Merge pull request #1067 from kamilsk/issue-1064
...
add .gitattributes
2015-05-23 12:32:56 -07:00
Michael Dowling
da9a4a6083
Merge pull request #1069 from jeroenvisser101/patch-2
...
Updated license year
2015-05-23 12:29:17 -07:00
Kamil Samigullin
59ed113efd
safe check uri_template extension, fix issue #1063
2015-05-23 20:51:10 +03:00
Jeroen Visser
757288f744
Updated license year
2015-05-23 19:50:09 +02:00
Kamil Samigullin
e015da92fb
add .gitattributes, fix issue #1064
2015-05-23 20:35:39 +03:00
Maks3w
2a62ae6090
psr/log is not used in this project
2015-05-22 11:07:14 +02: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
1cb0535933
Renaming getDefaultOption to getConfig. No longer removing the handler from the config. Allowing the handler to be overridden in request options
2015-05-20 17:34:14 -07:00
Michael Dowling
27823e9f41
Fixing version and PSR references in the docs
2015-05-20 16:05:54 -07:00
Michael Dowling
b21dad59e6
Removing deprecated methods
2015-05-20 15:49:42 -07:00
Michael Dowling
1740bf408b
Merge remote-tracking branch 'origin/v6' into master
...
Conflicts:
docs/clients.rst
docs/events.rst
src/Event/AbstractRequestEvent.php
src/Event/Emitter.php
src/Message/MessageFactoryInterface.php
src/Message/Request.php
src/Subscriber/Mock.php
src/Url.php
src/Utils.php
tests/CollectionTest.php
tests/Event/ListenerAttacherTraitTest.php
tests/Message/MessageFactoryTest.php
tests/Message/RequestTest.php
tests/Subscriber/MockTest.php
tests/Subscriber/RedirectTest.php
tests/UrlTest.php
tests/UtilsTest.php
2015-05-19 23:22:50 -07:00
Michael Dowling
e9ffcf7a00
Updating upgrading guide
2015-05-19 22:34:52 -07:00
Michael Dowling
1c1722aca2
Updating changelog
2015-05-19 22:08:38 -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
f3c8c22471
5.3.0 release
5.3.0
2015-05-19 20:47:55 -07:00
Michael Dowling
15202dd401
Fixing multiple header issue. Closes #1058
2015-05-19 20:14:24 -07:00
Michael Dowling
9b720234f3
Updating dependencies
2015-05-19 10:49:28 -07:00
Michael Dowling
594e5e06a5
Merge pull request #1055 from javigomez/patch-1
...
Fix typo in docblock
2015-05-19 10:27:28 -07:00
Michael Dowling
c0442a3819
Fixing composer.json
2015-05-18 15:30:41 -07:00
Michael Dowling
060ee309af
Using the Psr7\MultipartStream instad
2015-05-14 14:34:43 -07:00
Michael Dowling
a77cec85a3
Linking to PSR-7 docs
2015-05-14 14:25:25 -07:00
Michael Dowling
6f2696ea24
Renaming MultipartPostBody to MultipartBody
2015-05-13 10:13:10 -07:00
Michael Dowling
8fd930513a
Refactoring POST support to multipart and form_params
...
Updating documentation
2015-05-12 21:47:00 -07:00
javier gomez
526779b83a
Fix typo in docblock
...
This is just a small fix, because a `t` was missing in the Docblock
2015-05-12 17:12:22 +02:00
Michael Dowling
ad7979d86c
Moving retry middleware to class. Updating based on recent promise
...
changes.
2015-05-12 00:28:14 -07:00
Michael Dowling
70d9581622
Bumping promise dep
2015-05-09 19:30:47 -07:00
Michael Dowling
9604fa359d
Adding "expect" support. Closes #1042
2015-04-30 22:25:15 -07:00
Michael Dowling
9c83d4e3b8
Moving response creation to the handle
2015-04-30 11:24:24 -07:00
Michael Dowling
f924ea6011
Cleanup and adding test
2015-04-30 01:03:35 -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
a121e36d76
Fixing content-length issue
2015-04-28 10:10:13 -07:00
Michael Dowling
ffd309b17c
Delay of true is no longer necessary
2015-04-27 15:57:47 -07:00