You appear to be a bot. Output may be restricted
Description
Constructs a URI for an HTTP request message.
Usage
$string = _parse_request_uri( $path, $headers );
Parameters
- $path
- ( string ) required – Path from the start-line
- $headers
- ( array ) required – Array of headers (each value an array).
Returns
string
Source
File name: wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions.php
Lines:
1 to 5 of 5
function _parse_request_uri($path, array $headers) { return \YoastSEO_Vendor\GuzzleHttp\Psr7\Message::parseRequestUri($path, $headers); }