Christer Gustavsson
89c13efceb
Adding test for redirects with relative paths
...
Ensure that the relative path is added to url of the
previous request instead of always using the original
2014-08-27 16:39:09 +02:00
Michael Dowling
f221563b4e
Fixing an issue with the history plugin
2014-08-03 16:46:03 -07:00
Michael Dowling
4f790df279
303 redirects should not use POST
...
Closes #618
2014-04-02 22:08:43 -07:00
Michael Dowling
fa3590e105
Sanitizing the event system and priorities
...
- Adding constants for common event landmarks.
- Reorganizing the priorities of events.
- Renaming PrepareRequestBody to Prepare
- Renaming several other event methods to be consistent.
- Some code cleanup.
2014-03-09 19:59:34 -07:00
Michael Dowling
e32d850a99
Cleaning up the EventEmitter
...
- Changed GuzzleHttp\Event\SubscriberInterface::getSubscribedEvents from a
static method to an instance method.
- Renamed addSubscriber to attach.
- Renamed removeSubscriber to detach.
2014-03-07 10:14:17 -08:00
Michael Dowling
05a12083eb
Removing unused use
2014-03-07 09:13:41 -08:00
Michael Dowling
719c3e03ef
Adding referer tests
2014-03-06 09:27:11 -08:00
Michael Dowling
79f3e7f4c8
Adding some missing tests
2014-03-06 09:19:59 -08:00
Michael Dowling
aec04e2b94
Renaming method
2014-03-06 09:16:04 -08:00
Michael Dowling
13e14e1dc0
Moving content-type and length guessing to the PrepareRequestBody subscriber
2014-03-06 09:15:00 -08:00
Michael Dowling
5472c17055
Simplifying and updating cookie implementation
2014-03-05 00:55:37 -08:00
Michael Dowling
7e5a93b51a
Fixing malformed URL errors in HHVM
2014-03-02 13:10:33 -08:00
Michael Dowling
91c1f5bd6c
Trying to fix various HHVM tests
2014-03-02 12:57:33 -08:00
Michael Dowling
cb28097490
Moving Log and Retry subscribers to separate repos
2014-02-28 15:38:09 -08:00
Michael Dowling
ae89ca3566
Fixing RFC 3986 URL resolution and dot-segments
...
Url::combine() now returns a new Url instance.
2014-02-19 15:28:22 -08:00
Michael Dowling
65333062c9
Moving Post namespace up a level
2014-02-17 20:55:48 -08:00
Michael Dowling
bcdaa497a2
Adding Referer to redirects
2014-02-17 20:52:36 -08:00
Michael Dowling
89a8e2ede1
Using PSR-4 and moving namespace from Guzzle to GuzzleHttp
...
- Moving various namespaces up a level
- Updating docs
- Renaming EventSubscriberInterface to SubscriberInterface
2014-02-16 20:42:45 -08:00