Ergo\Http\RequestFactory::_getUrl PHP Method

_getUrl() private method

----------------------------------------
private _getUrl ( )
    private function _getUrl()
    {
        return new Url(sprintf('%s://%s:%d%s', $this->_getScheme(), $this->_server['SERVER_NAME'], $this->_getPort(), $this->_uriRelativeToHost($this->_server['REQUEST_URI'])));
    }