Icicle\Http\Message\Request::getHeader PHP 메소드

getHeader() 공개 메소드

Same as Message::getHeader(), except if the Host header is request and previously unset, the value will be determined from the URI.
public getHeader ( string $name ) : string
$name string
리턴 string
    public function getHeader(string $name) : string;