Home
last modified time | relevance | path

Searched refs:parseRequestUri (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php181 public static function parseRequestUri($path, array $headers) function in GuzzleHttp\\Psr7\\Message
217 $matches[1] === '/' ? self::parseRequestUri($parts[1], $data['headers']) : $parts[1],
H A Dfunctions.php388 return Message::parseRequestUri($path, $headers);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md353 ## `GuzzleHttp\Psr7\Message::parseRequestUri`
355 `public static function parseRequestUri(string $path, array $headers): string`
581 | `_parse_request_uri` | `Message::parseRequestUri` |