mini\Http\Message\FileResponse::MessageTrait()
Method
protected
Signature
protected function MessageTrait(Psr\Http\Message\StreamInterface $body, array $headers = array (
), string $protocolVersion = '1.1')
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$body |
Psr\Http\Message\StreamInterface |
required | Documentation missing |
$headers |
array |
array (
)
|
Documentation missing |
$protocolVersion |
string |
'1.1'
|
Documentation missing |
Documentation
Configure the message trait.
Inherited From
mini\Http\Message\Response