Lines Matching refs:URI
136 - Attempting to create a `Uri` object from a malformed URI will no longer throw a generic
233 - Fixed encoding of special characters in the `userInfo` component of an URI (#253)
293 - Reverted BC break by reintroducing behavior to automagically fix a URI with a
302 - Added common URI utility methods based on RFC 3986 (see documentation in the readme):
316 - Ensure `ServerRequest::getUriFromGlobals` returns a URI in absolute form.
318 - Ensure each URI modification results in a valid URI according to PSR-7 discussions.
319 Invalid modifications will throw an exception instead of returning a wrong URI or
322 because the path of a URI with an authority must start with a slash "/" or be empty
344 - Handling of URI components in case they are `'0'` in a lot of places,
418 - URI paths no longer encode the following characters because they are allowed
420 - A port is no longer added to a URI when the scheme is missing and no port is