Michael Dowling
75e273655b
Adding "why use Guzzle" to the FAQ
2014-03-30 16:24:47 -07:00
Michael Dowling
b21a840b8f
Fixing method in index.rst
2014-03-30 15:40:51 -07:00
Michael Dowling
7750e7e9b9
Merge pull request #615 from GrahamCampbell/patch-1
...
Update composer.json
2014-03-30 15:24:21 -07:00
Graham Campbell
ae81e35344
Update composer.json
2014-03-30 20:29:25 +01:00
Michael Dowling
4063f08ca4
Guzzle 4.0!
4.0.0
2014-03-29 16:11:36 -07:00
Michael Dowling
dc841699e0
Adding the batch() convenience function and restructuring the event format for sendAll()
2014-03-29 15:21:56 -07:00
Michael Dowling
1e1d1a445c
Merge pull request #609 from dsjellz/master
...
Update events.rst
2014-03-25 13:21:00 -07:00
David Jellesma
76857dacda
Update events.rst
...
Adding semi-colon to example
2014-03-25 16:19:57 -04:00
Michael Dowling
c3d6bcb0a7
Updating README
2014-03-25 11:57:36 -07:00
Michael Dowling
089d89b960
4.0.0.rc-2 release
4.0.0-rc.2
2014-03-25 11:55:31 -07:00
Michael Dowling
f262c13af2
Fixing composer.json
2014-03-25 11:42:47 -07:00
Michael Dowling
8046999b88
Using streams 1.0
2014-03-25 11:33:21 -07:00
Michael Dowling
7760dcfa5b
Adding a not about the fact that a response may or may not have a body in the headers event
2014-03-25 10:14:36 -07:00
Michael Dowling
e235644d18
Adding testing docs
2014-03-24 21:10:05 -07:00
Michael Dowling
3472f1fb68
Renaming (g|s)etDefaultValue() to (g|s)etDefaultOption()
2014-03-24 19:44:55 -07:00
Michael Dowling
d3943ce1e3
Adding support for HTTP_PROXY and HTTPS_PROXY
2014-03-24 19:00:23 -07:00
Michael Dowling
5a90f97e28
Adding the ability to control the curl_multi select timeout using an envrionment variable
2014-03-24 17:00:15 -07:00
Michael Dowling
4c30012e4a
Using .PHONY instead
2014-03-23 17:08:23 -07:00
Michael Dowling
4335976066
Adding progress subscriber to the docs
2014-03-23 15:55:05 -07:00
Michael Dowling
4f33ab1f92
Removing empty line
2014-03-23 15:52:38 -07:00
Michael Dowling
78bb8c1420
Ensuring the mock adapter reads the request body and emits a headers event
2014-03-23 15:52:24 -07:00
Michael Dowling
9aec0a8723
Making it so request options are described more in-depth in the docs
2014-03-23 13:41:03 -07:00
Michael Dowling
92a11623af
Adding perf test to makefile
2014-03-23 10:53:34 -07:00
Michael Dowling
955a47ef33
Updating gitignore
2014-03-23 10:33:52 -07:00
Michael Dowling
7b257eb0fb
Making the test server static and adding Makefile
2014-03-22 22:05:45 -07:00
Michael Dowling
85974063dc
Merge pull request #603 from guzzle/immutable_configs
...
Making clients more immutable
2014-03-21 16:54:08 -07:00
Michael Dowling
d4e897936c
Renaming getDefaults() to getDefaultValue()
2014-03-21 16:54:06 -07:00
Michael Dowling
6faff45a4e
Merge pull request #604 from cordoval/fix-typos
...
some fixes
2014-03-21 16:50:04 -07:00
Luis Cordova
fba8fbda2f
fix some typos on master guzzle
2014-03-21 16:30:01 -07:00
Michael Dowling
2c3c124aaf
Cleaning up
2014-03-21 16:24:20 -07:00
Michael Dowling
b30ce5d514
Making clients more immutable
...
- Removing getConfig() and setConfig() from clients to avoid confusion around
whether things like base_url, message_factory, etc should be able to be
retrieved from getConfig() or modified using setConfig().
- Adding getDefaults() and setDefaultValue() to customize default request
options of a client.
- Updating Url class to check if a scheme and host are set before adding
":" and "//". This allows empty Url (e.g., "") to be serialized as "".
- Removing dead code from Url class.
- Adding a functions.php function for get_path and set_path so that these
functions can be used on regular PHP arrays. Collection now proxies to these
functions when Collection::(get|set)Path() is called.
- Resolves #599 .
2014-03-21 12:37:32 -07:00
Michael Dowling
beaeeb368f
Suppressing warnings when unable to parse XML. Closes #602
2014-03-21 10:25:55 -07:00
Michael Dowling
4124f9019e
Fixing two failing tests
2014-03-20 20:39:52 -07:00
Michael Dowling
b9ff4ca02b
Performance optimizations after some profiling
2014-03-19 22:40:17 -07:00
Michael Dowling
c1f23e10f3
Updating curl adapter to use callable curl factories
2014-03-19 14:42:35 -07:00
Michael Dowling
3110976dfd
Adding the ability to specify sendAll event priorities
...
- Adding optional priorities to sendAll events.
- Adding documentation on sendAll options.
2014-03-18 21:38:27 -07:00
Michael Dowling
8a963426e4
Breaking the StreamAdapter into smaller methods and ensuring that custom stream context options are merged over all other options
2014-03-18 20:23:20 -07:00
Michael Dowling
e935c4dc37
Marking deprecation_proxy() as internal
2014-03-18 20:06:47 -07:00
Michael Dowling
002c2e3179
Updating composer.json install example
2014-03-18 11:29:36 -07:00
Michael Dowling
b738bbe6f6
statusCode() -> getStatusCode()
2014-03-18 10:27:47 -07:00
Michael Dowling
2971bb7dbf
Fixing example
2014-03-17 22:01:48 -07:00
Michael Dowling
b9801df819
Adding the ability to specify custom stream context options and documentation on passing stream and curl options.
2014-03-17 21:56:15 -07:00
Michael Dowling
40fa970840
Merge pull request #593 from ecoleman/patch-1
...
Correct spelling mistake
2014-03-17 13:11:49 -07:00
Eric Coleman
3deea0c86d
Correct spelling mistake
2014-03-17 16:10:57 -04:00
Michael Dowling
c4d5dd12c7
Updating functions to use snake_case to match PHP's idioms
2014-03-16 20:09:33 -07:00
Michael Dowling
e32613e049
Updating the streams docs
2014-03-16 20:03:33 -07:00
Michael Dowling
70fa8158c4
Updating to use Stream\create()
2014-03-16 19:56:20 -07:00
Michael Dowling
28cf2e31e9
Merge pull request #591 from GrahamCampbell/composer
...
Improved Version Constraint
2014-03-16 18:02:32 -07:00
Graham Campbell
949e888a6b
Improved version constraint
2014-03-16 22:59:44 +00:00
Michael Dowling
0e664350fb
Adding missing method to ClientInterface
2014-03-16 09:32:57 -07:00