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

1315 Commits

Author SHA1 Message Date
Michael Dowling
4fee72e77a All command must implement ArrayAccess and ToArrayInterface 2013-05-29 22:11:28 -07:00
Michael Dowling
0618128c86 Updating changelog and upgrading guide 2013-05-29 22:11:28 -07:00
Michael Dowling
130b1570a3 Adding an ArrayCommandInterface and using with all command classes that need array access to a command object 2013-05-29 22:11:28 -07:00
Michael Dowling
7a739903c2 Optimizing Collection ArrayAccess and cleaning up 2013-05-29 22:11:28 -07:00
Michael Dowling
7db99356cf Moving normalize out of HeaderInterface 2013-05-29 22:11:27 -07:00
Michael Dowling
fa0bbe7634 Removing getUriTemplate(), setUriTemplate(), and setCurlMulti() from ClientInterface 2013-05-29 22:11:27 -07:00
Michael Dowling
3f68e03753 Formatting, cleaning, and sanitizing docblocks 2013-05-29 22:11:27 -07:00
Michael Dowling
701019dfc7 Formatting Common 2013-05-29 22:11:27 -07:00
Michael Dowling
480a7f858f Formatting Inflector 2013-05-29 22:11:27 -07:00
Michael Dowling
482c69400b Formatting Parsers and removing deprecated get() and set() ParserRegistry methods 2013-05-29 22:11:27 -07:00
Michael Dowling
66f415ffa5 Reformatting Stream docblocks 2013-05-29 22:11:27 -07:00
Michael Dowling
fb71aa8da5 Docblock cleanup to Service 2013-05-29 22:11:27 -07:00
Michael Dowling
2bc5259df1 Resource iterator docblock cleanup 2013-05-29 22:10:33 -07:00
Michael Dowling
250e015c1f Marking ResourceIteratorApplyBatched as deprecated 2013-05-29 22:10:33 -07:00
Michael Dowling
7d7dbb884c Trimming Service\Client interface 2013-05-29 22:10:32 -07:00
Michael Dowling
9347b99ca5 Cleaning up logging 2013-05-29 22:10:32 -07:00
Michael Dowling
37ae86b69a Adding the ability to inject a custom HeaderFactory 2013-05-29 22:10:32 -07:00
Michael Dowling
a679763783 Making docblocks sane 2013-05-29 22:10:32 -07:00
Michael Dowling
a07fdfb2fd Cleaning up HTTP message docblocks and removing isResponseBodyRepeatable from RequestInterface 2013-05-29 22:10:32 -07:00
Michael Dowling
ede507c326 Cleaning up EntityEnclosingRequestInterface 2013-05-29 22:10:32 -07:00
Michael Dowling
c8f0e96a9d Removing header blacklisting. This is not needed now that Accept, Expect, etc can be managed via Guzzle and it caused more issues than benefits (e.g. signing requests would create an invalid signature) 2013-05-29 22:10:32 -07:00
Michael Dowling
1212c1d80d Cleaning up HeaderCollection docblock 2013-05-29 22:10:32 -07:00
Michael Dowling
0617fe3ca3 Cleaning up the modification of cache-control directives 2013-05-29 22:10:32 -07:00
Michael Dowling
401e67056c Adding the ability to easily add a Link header value 2013-05-29 22:10:32 -07:00
Michael Dowling
776dd94b7d Removing some inheritdocs 2013-05-29 22:10:32 -07:00
Michael Dowling
5c1e813427 Correcting docblock 2013-05-29 22:10:32 -07:00
Michael Dowling
2d0a15c059 Better separation of concerns for Request and RequestMediator. Adding startResponse() to RequestInterface and removine receiveResponseHeader() 2013-05-29 22:10:32 -07:00
Michael Dowling
c68015cd57 Making setting a request on a response even more deprecated 2013-05-29 22:10:31 -07:00
Michael Dowling
a80f73b53c Removing the cast as a string argument of getHeader 2013-05-29 22:10:31 -07:00
Michael Dowling
89e15d700e Removing some deprecated usage 2013-05-29 22:10:31 -07:00
Michael Dowling
d7ff043ceb Fixing an issue where the return values of Response header functions were not consistently a string 2013-05-29 22:10:31 -07:00
Michael Dowling
0676a36332 Adding getAll() to HeaderCollection for better compatibility with Collection 2013-05-29 22:10:31 -07:00
Michael Dowling
598567d166 Restructuring internal header structure, adding granular headers, move HeaderComparision because it is only for testing, and using a header collection 2013-05-29 22:10:31 -07:00
Michael Dowling
922675c5c5 Restructuring how JSON error messages are built 2013-05-29 22:07:58 -07:00
David Hazel
6d9e6067b0 Improved Service Description JSON error messages. 2013-05-29 08:15:26 -07:00
Michael Dowling
a97fc9a9f8 Removing unused statements from bootstrap.php 2013-05-28 20:00:19 -07:00
Michael Dowling
2822304d2e Reverting the change that added the cloning of a body when cloning a
request. Closes #327
2013-05-27 20:10:36 -07:00
Michael Dowling
693af7b85e Merge remote-tracking branch 'halama/master' 2013-05-27 19:53:30 -07:00
Michael Dowling
bc47b69923 Merge branch 'master' of github.com:guzzle/guzzle 2013-05-27 19:51:09 -07:00
Michael Dowling
9a4b508612 Fixing docblock 2013-05-27 19:47:03 -07:00
Michael Dowling
b0d1c9ee22 Cleaning up header constructor 2013-05-27 19:38:26 -07:00
Michael Dowling
c974cf3f25 Cleaning up Header 2013-05-27 18:51:10 -07:00
Michael Dowling
8bf614deee Not cloning header object when parsing header parameters 2013-05-27 18:38:51 -07:00
Michael Dowling
89c6d12090 Merge pull request #329 from lstrojny/bug/incomplete-url
Allow incomplete URLs to be parsed correctly
2013-05-26 07:53:16 -07:00
Lars Strojny
2142434a2d Small cleanup. Superfluous parameter 2013-05-26 14:11:57 +02:00
Lars Strojny
c7c1def18b Fixing parsing of incomplete URLs 2013-05-26 14:09:45 +02:00
Michael Dowling
e3470f6860 Merge pull request #328 from ezheidtmann/exception-if-no-curl
Throw a RuntimeException if the cURL extension is not present
2013-05-25 17:22:41 -07:00
Evan Heidtmann
5dda915a03 Revise wording for exception if curl is not present 2013-05-25 16:40:48 -07:00
Evan Heidtmann
877f9c1108 Throw a RuntimeException if the cURL extension is not present 2013-05-25 09:46:56 -07:00
Michael Dowling
f833fda488 Deprecating setTokenizedHeader and getTokenizedHeader. These never actually worked correctly. Use $header->parseParams() instead. 2013-05-23 17:04:03 -07:00