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
Michael Dowling
8f3219abd0
Test fix
2015-04-26 22:31:07 -07:00
Michael Dowling
82d3ada117
Removing content-length guessing from curl
2015-04-26 21:49:35 -07:00
Michael Dowling
5aa4e44308
Merge pull request #1037 from JeroenDeDauw/pool
...
Stop using deprecated method alias in Pool
2015-04-26 20:08:35 -07:00
Michael Dowling
1b49db14a4
Merge pull request #1039 from JeroenDeDauw/unusedvars
...
Removed unused local vars in tests
2015-04-26 20:07:38 -07:00
Michael Dowling
f5df0bcdfa
Reusing handles to improve perf (even for curl multi)
2015-04-26 20:05:23 -07:00
jeroendedauw
98580322e2
Removed unused local vars in tests
2015-04-27 02:40:13 +02:00
jeroendedauw
955957d789
Stop using deprecated method alias in Pool
2015-04-27 02:32:43 +02:00
Michael Dowling
abd33b9034
Removing maxHandles from CurlMulti. May add queueing in the future
2015-04-26 13:08:10 -07:00
Michael Dowling
a043a2414a
Cleaning up curl integration
2015-04-26 12:40:53 -07:00
Michael Dowling
0a214eb6d1
An array is faster in this case
2015-04-26 10:41:32 -07:00
Michael Dowling
4edcf0ff9d
Fixing typo
2015-04-25 19:49:36 -07:00
Michael Dowling
0c747f1cab
Cleaning up handle reuse
2015-04-25 19:48:28 -07:00
Michael Dowling
7d701db9be
Bumping PHP requirement to 5.5
2015-04-25 19:29:57 -07:00
Michael Dowling
af9a195d9b
Adding request option constants. Closes #1019
2015-04-25 15:35:33 -07:00
Michael Dowling
251954e092
Adding handler context to request exceptions
2015-04-25 15:03:28 -07:00
Michael Dowling
bc1a2a881b
Adding base_uri resolution examples
2015-04-25 13:32:16 -07:00
Michael Dowling
64f11b1219
Ensuring the file can be created before giving to curl
2015-04-25 13:25:30 -07:00
Michael Dowling
223a171cc5
Do not allow self signed cert in stream handler to match the curl handler
2015-04-25 13:10:00 -07:00
Michael Dowling
c024ff7c1d
Removing emitter discrepancy. Closes #981
2015-04-25 11:55:50 -07:00
Michael Dowling
30f1ab494a
Make getTransaction() public. Closes #1035
2015-04-25 11:44:29 -07:00
Michael Dowling
a278ae5f48
Adding examples of URI resolution. Closes #989 .
2015-04-25 11:42:21 -07:00
Michael Dowling
cc1ea3b461
Various curl updates and perf tweaks.
...
- Bumping curl dependency to 7.19.4.
- No longer need to unset some curl functions when reusing handles.
- Adding support for HTTP/2
- Removing no longer utilized effective URI / transfer stats. Might add
this in later as a new type of request option or as part of "debug".
2015-04-25 11:06:09 -07:00
Michael Dowling
5f978b7cf0
Merge pull request #1032 from dancrodev/patch-1
...
Fix Request Options URL
2015-04-20 22:55:49 -07:00
Daniel Crothers
aa7ad1f707
FIxed Request Options URL
...
Updated the 'Request Options' URL to point the correct Docs
2015-04-21 01:33:07 -04:00
Michael Dowling
f0d321f127
Simplifying cookie handling
2015-04-20 10:06:38 -07:00
Michael Dowling
b58db45016
Added logging to Guzzle's core
2015-04-19 21:23:25 -07:00
Michael Dowling
fd095f0f68
PSR-7 updates
2015-04-19 20:39:53 -07:00
Michael Dowling
cdf0980e18
Better handling of a full queue
2015-04-19 20:21:41 -07:00
Michael Dowling
9a9b687de9
Merge pull request #1020 from ivank/save-to-mock
...
Fix save_to for Mock
2015-04-19 17:10:05 -07:00
Michael Dowling
5bbe899afb
Merge pull request #1029 from sahat/patch-1
...
Use SVG for Build Status badge
2015-04-19 17:09:38 -07:00
Michael Dowling
a47dc8e99a
Updating docs and host handlers are used
2015-04-18 11:08:00 -07:00
Sahat Yalkabov
f314ea63dd
Use SVG for Build Status badge
2015-04-17 20:57:19 -07:00