1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-24 01:53:58 +01:00

6 Commits

Author SHA1 Message Date
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
Michael Dowling
b7ea464e5e Allowing query string of a request to be changed 2014-02-16 13:39:16 -08:00
Michael Dowling
f99e7c77a1 Adding request event documentation 2014-02-16 13:01:46 -08:00
Michael Dowling
ba70a0ed3c More event docs updates 2014-02-15 14:40:18 -08:00
Michael Dowling
25a3a5046b Adding more event docs, and passing the emitter to listeners when they are triggered. 2014-02-15 14:15:27 -08:00
Michael Dowling
c6cf0c6da2 Updating HTTP method signature to be simpler and more consistent
- HTTP method based signatures like get(), put(), etc.. accept a URL,
  and array of request options. createRequest() is similar but also requires
  a method string.
- Renamed request events to 'before', 'complete', 'error', and 'headers.
- Renamed the associated event classes.
- Adding more docs.
2014-02-13 23:37:34 -08:00