Michael Dowling
2d36392b8a
Adding the ability to calculate the size of the mutlipart/form-data stream
2013-10-29 21:01:13 -07:00
Michael Dowling
c192b47ceb
More POST multipart updates
2013-10-29 21:01:13 -07:00
Michael Dowling
d7b62e8b9f
Mucho cleanup. LogPlugin. Fixin multipart/form-data requests.
2013-10-29 21:01:13 -07:00
Michael Dowling
9c282e05ef
Adding adapter_options
2013-10-29 21:00:19 -07:00
Michael Dowling
2e4326f106
Fixing filename headers in FormFiles
2013-10-29 21:00:19 -07:00
Michael Dowling
a571f7dc75
Better handling of POST requests in the factory and setting of a body
2013-10-29 21:00:19 -07:00
Michael Dowling
c8c1109528
Adding the concept of preparing a request, adding a new prepared request event, adding form fields and files to RequestInterface, moving MultipartBody, etc
2013-10-29 21:00:18 -07:00
Michael Dowling
5568029d14
Adding much more control to files
2013-10-29 21:00:18 -07:00
Michael Dowling
bfd780eb3d
Adding must more control to file headers
2013-10-29 21:00:18 -07:00
Michael Dowling
4905ad2d09
Renaming ftell to tell, feof to eof. More work on MultipartBody
2013-10-29 21:00:18 -07:00
Michael Dowling
a9371bf439
Adding a stream.eof event to the EventStream
2013-10-29 21:00:18 -07:00
Michael Dowling
c703b13938
Adding the ability to specify strict redirects
2013-10-29 21:00:17 -07:00
Michael Dowling
ae907a13cc
Adding support for urlencoded form requests
2013-10-29 21:00:17 -07:00
Michael Dowling
56d4943f9d
Removing unnecessary docblock
2013-10-29 21:00:17 -07:00
Michael Dowling
e9477e268e
Throwing specific request exceptions on HTTP errors
2013-10-29 21:00:17 -07:00
Michael Dowling
bb05172fef
Adding SSL verification options
2013-10-29 21:00:17 -07:00
Michael Dowling
b2a34eac57
Removing unused injection
2013-10-29 21:00:17 -07:00
Michael Dowling
8b3a46b8e2
Implemented redirects. Fixed easy function based client
2013-10-29 21:00:17 -07:00
Michael Dowling
c6c5ad1570
Better consistency in events
2013-10-29 21:00:16 -07:00
Michael Dowling
6b0a4507a3
Adding support for default client options, better handling of HTTP errors, starting on updating the RedirectPlugin
2013-10-29 21:00:16 -07:00
Michael Dowling
8ed3dcea2d
Adding HTTP errors
2013-10-29 21:00:16 -07:00
Michael Dowling
1538237c2c
Adding effective URL support
2013-10-29 21:00:16 -07:00
Michael Dowling
e168ce5515
Adding Basic Auth support
2013-10-29 21:00:16 -07:00
Michael Dowling
f64487ea74
Fixing static client. Reorganizing event systme
2013-10-29 21:00:16 -07:00
Michael Dowling
a461bf19a9
Adding support for default header and query string values
2013-10-29 21:00:16 -07:00
Michael Dowling
09f55fabc0
Fixing buffered adapter
2013-10-29 21:00:16 -07:00
Michael Dowling
df640cb346
More fleshing out of the event and interception system
2013-10-29 21:00:15 -07:00
Michael Dowling
40f5fe700b
Removing unused use
2013-10-29 21:00:15 -07:00
Michael Dowling
3f44bcba07
Getting rid of AbstractAdapter
2013-10-29 21:00:15 -07:00
Michael Dowling
ee0756ff06
Trying to flesh out intercepting events
2013-10-29 21:00:15 -07:00
Michael Dowling
75eca7f10d
Formatting exception
2013-10-29 21:00:15 -07:00
Michael Dowling
f6f06a8c96
More client and error updates
2013-10-29 21:00:15 -07:00
Michael Dowling
aaedc5f167
Fleshing out the API and batching more
2013-10-29 21:00:15 -07:00
Michael Dowling
45cc33f9a7
Fixing URI template
2013-10-29 21:00:14 -07:00
Michael Dowling
18b4a4a4bf
More client cleanup. Phar support will be implemented via a plugin.
2013-10-29 21:00:14 -07:00
Michael Dowling
1ae0b7ec0b
Not exposing privates. Removing dumb exceptions
2013-10-29 21:00:14 -07:00
Michael Dowling
83145798a6
More client changes, stream, and message cleanup
2013-10-29 21:00:13 -07:00
Michael Dowling
93c867eb9d
Initial commit of project muzzle
2013-10-29 20:58:11 -07:00
Michael Dowling
57e96c16fe
Cleaning up empty header checks.
2013-10-29 19:57:15 -07:00
Michael Dowling
774ac3d9db
Merge remote-tracking branch 'thinkscape/hotfix/malformed-header-notice'
2013-10-29 19:49:06 -07:00
Michael Dowling
128857eed9
Fixing test for PHP 5.4
2013-10-29 14:36:33 -07:00
Michael Dowling
f1d6b57875
Merge pull request #448 from guzzle/rfc3986
...
Adding the option to combine URLs using strict RFC 3986 compliance while...
2013-10-29 14:26:52 -07:00
Michael Dowling
0d9b3b0396
Merge pull request #451 from greg0ire/patch1
...
check exception class
2013-10-29 10:16:50 -07:00
Artur Bodera
d78b10c96a
Fix E_NOTICE on Header::parseParams() with empty text.
2013-10-29 14:47:50 +01:00
Grégoire Paris
2cf8d7a6ae
check exception class
...
I got this fatal error today : PHP Fatal error: Call to undefined method Guzzle\Http\Exception\ServerErrorResponseException::getCurlHandle() in /home/frontoffice/instances/lekino-video_web/shared/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php on line 95
2013-10-29 09:59:54 +01:00
Michael Dowling
f55958209a
Adding the option to combine URLs using strict RFC 3986 compliance while maintaining backwards compatibility with the erroneous way that Guzzle had previously implemented
2013-10-23 18:10:21 -07:00
Michael Dowling
525576eb86
Adding perf improvement to URI template expansion
2013-10-23 17:04:09 -07:00
Michael Dowling
19bdf899c9
Merge remote-tracking branch 'natmchugh/master'
2013-10-23 16:53:08 -07:00
Michael Dowling
67a7c34c68
CS
2013-10-23 16:15:33 -07:00
Max-Julian Pogner
ae66ea0153
in visit_debug: check $value for true-ish value.
2013-10-23 16:46:40 +02:00