Class UriResolver
Resolves a URI reference in the context of a base URI and the opposite way.
Final
Namespace: GuzzleHttp\Psr7
Author: Tobias Schultze
Link: https://tools.ietf.org/html/rfc3986#section-5
Located at src/UriResolver.php
Namespace: GuzzleHttp\Psr7
Author: Tobias Schultze
Link: https://tools.ietf.org/html/rfc3986#section-5
Located at src/UriResolver.php
public static
string
|
|
public static
|
#
resolve(
Converts the relative URI into a new URI that is resolved against the base URI. |
public static
|
#
relativize(
Returns the target URI as a relative reference from the base URI. |