Lines Matching refs:a

28 * The client now sets a default `User-Agent` header identifying this library.
42 * Added `Sabre\HTTP\Auth\Bearer`, to easily extract a OAuth2 bearer token.
49 `Sabre\HTTP\Util` moved to a separate `functions.php`, which is also
50 autoloaded. The old functions are still there, but will be removed in a
57 * Added a parser for the HTTP `Prefer` header, as defined in [RFC7240][rfc7240].
83 * #47 #35: When re-using the client and doing any request after a `HEAD`
105 would throw a PHP E_NOTICE.
130 get a hold off multiple headers with the same name.
132 concatenate all these with a comma.
133 * `addHeader()` will now preserve an existing header with that name, and add a
135 * The message class should be a lot faster now for looking up headers. No more
136 array traversal, because we maintain a tiny index.
152 * Fixed: #7: Client now correctly deals with responses without a body.
159 * Fixed: Now throwing an error when a Request object is being created with
189 * Fixed: Fixed a bug in the content negotation script.
191 * Added: The Request and Response object now have a `__toString()` method that
192 serializes the objects into a standard HTTP message. This is mainly for
209 * Added: Ability to catch and retry http requests in the client when a curl
213 * Added: a reverse proxy example.
219 * Fixed: Doing a GET request with the client uses the last used HTTP method
235 * Added: addHeaders() to append a list of new headers.
239 * Changed: getBody() now uses a bitfield to specify what type to return.