Home
last modified time | relevance | path

Searched refs:getFirstHeader (Results 1 – 2 of 2) sorted by relevance

/template/strap/ComboStrap/
H A DHttp.php23 public static function getFirstHeader(string $name, array $headers = null): string function in ComboStrap\\Http
H A DHttpResponse.php100 … $contentTypeHeader = Http::getFirstHeader(self::HEADER_CONTENT_TYPE, $response->getHeaders());