Goran Jurić
72c87ebcb3
Fix wording in exception handling
...
An exception should be thrown when exceptions option is set to true, not false.
2014-04-14 20:13:11 +02:00
Michael Dowling
222323bd6a
Using request_fulluri when using a proxy. Closes #632
2014-04-13 12:17:28 -07:00
Michael Dowling
5887a8b13e
Adding the ability to set scalars as post fields. Closes #628
2014-04-11 17:42:00 -07:00
Michael Dowling
25d79eca5d
Merge pull request #624 from adrianmacneil/patch-1
...
Fix typo
2014-04-05 19:12:27 -07:00
Adrian Macneil
5dd09f8fc6
Fix typo
2014-04-06 10:08:54 +08:00
Michael Dowling
c1cf6c8630
4.0.1 release
4.0.1
2014-04-04 13:43:50 -07:00
Michael Dowling
7187380a98
HasDataTrait should be seeded with an array
2014-04-04 13:26:38 -07:00
Michael Dowling
f7e84bd332
Merge pull request #622 from twistor/default_multi
...
Client::getDefaultParallelAdapter() should use MultiAdapter.
2014-04-03 10:05:15 -07:00
Chris Leppanen
7a7006f425
getDefaultParallelAdapter() should use MultiAdapter.
2014-04-02 23:13:37 -07:00
Michael Dowling
4f790df279
303 redirects should not use POST
...
Closes #618
2014-04-02 22:08:43 -07:00
Michael Dowling
0671efccaa
Merge pull request #621 from boast/master
...
Fixes #619 : HTTP Status Code is also Exception code
2014-04-02 13:12:00 -07:00
David Thalmann
576832ab7a
Fixes #619 : HTTP Status Code is also Exception code
2014-04-02 22:07:12 +02:00
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