Lines Matching refs:to

4 All notable changes to this project will be documented in this file.
7 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
48 - Most classes got a `@final` annotation to prepare for 2.0
63 - Converting a non-seekable stream to a string
66 - Allow multibyte characters to be parsed in `Message:bodySummary()`
86 - Added more validation of values according to PSR-7 and RFC standards, e.g. status code range (#25…
91 - Accept port number 0 to be valid (#270)
118 - Response first-line to response string exception (fixes #145)
120 - `get_message_body_summary` function in order to get the message summary
133 - Fix `AppendStream::detach` to not close streams
135 - `ServerRequest::getUriFromGlobals` to support URLs in query parameters
145 - Reverted BC break to `Uri::resolve` and `Uri::removeDotSegments` by removing
146 calls to `trigger_error` when deprecated methods are invoked.
157 - Reverted BC break by reintroducing behavior to automagically fix a URI with a
158 relative path and an authority by adding a leading slash to the path. It's only
181 - Allow `parse_response` to parse a response without delimiting space and reason.
182 - Ensure each URI modification results in a valid URI according to PSR-7 discussions.
210 - `Uri::withAddedHeader` to correctly merge headers with different case.
212 be surrounded by whitespace which should be ignored according to RFC 7230
213 Section 3.2.4. This does not apply to header names.
217 key/value both in encoded as well as decoded form to those methods. This is
261 - Now supporting negative offsets when seeking to SEEK_END.
268 - Body as `"0"` is now properly added to a response.
284 - A port is no longer added to a URI when the scheme is missing and no port is