Method | Description | |
---|---|---|
filterHeader ( string $header ) : string | Filter a header name to wordcase | |
getLine ( Psr\Http\Message\StreamInterface $stream ) : string | Retrieve a single line from the stream. | |
serializeHeaders ( array $headers ) : string | Serialize headers to string values. | |
splitStream ( Psr\Http\Message\StreamInterface $stream ) : array | Split the stream into headers and body content. |
protected static filterHeader ( string $header ) : string | ||
$header | string | |
return | string |
protected static serializeHeaders ( array $headers ) : string | ||
$headers | array | |
return | string |
protected static splitStream ( Psr\Http\Message\StreamInterface $stream ) : array | ||
$stream | Psr\Http\Message\StreamInterface | |
return | array |