Lines Matching refs:now
25 * #56: `getBodyAsString` now returns at most as many bytes as the contents of
28 * The client now sets a default `User-Agent` header identifying this library.
34 * This package now supports sabre/event 3.0.
76 * #41: This library now uses the `sabre/uri` package for uri handling.
117 * `getHeaders()` now returns header values as an array, just like psr/http.
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
141 * Added: Content negotiation now correctly support mime-type parameters such as
143 * Changed: `Util::negotiate()` is now deprecated. Use
145 * #14: The client now only follows http and https urls.
152 * Fixed: #7: Client now correctly deals with responses without a body.
173 * Fixed: getBodyAsString on an empty body now works.
180 * Removed: Request::createFromPHPRequest. This is now handled by
191 * Added: The Request and Response object now have a `__toString()` method that
196 Response::getStatus(), which now always returns just the status code as an
198 * Changed: Response::send() is now Sapi::sendResponse($response).
199 * Changed: Request::createFromPHPRequest is now Sapi::getRequest().
222 * Added: The Client class can now automatically emit exceptions when HTTP errors
230 * Changed: setHeaders() now overwrites any existing http headers.
239 * Changed: getBody() now uses a bitfield to specify what type to return.