mini\Http\Message\ServerRequest::getUri()
Method
public
Signature
public function getUri(): Psr\Http\Message\UriInterface
Returns
Psr\Http\Message\UriInterface
Documentation
Retrieves the URI instance with HTTPS detection from server params.
Overrides parent getUri() to add scheme detection from server params. If HTTPS server param is 'on' or '1', uses https:// scheme, else http://.