Generates a normalized URI for the given path.
string $path A path to use instead of the current one:
public function getUriForPath(string $path) : string { return $this->getSchemeAndHttpHost() . $this->getBaseUrl() . $path; }