implements |
MessageInterface |
|---|---|
uses |
MessageTrait |
An HTTP message
| Methods | ||
|---|---|---|
public
|
getBody(): string|null
|
# |
public
|
getHeaders(): array<string, Header>
|
# |
public
|
getHeader(string $name): array|Header|null
|
# |
public
|
hasHeader(string $name): bool
|
# |
public
|
getHeaderLine(string $name): string
|
# |
public
|
getProtocolVersion(): string
|
# |
| Properties | |||
|---|---|---|---|
protected
|
string
|
$protocolVersion
|
# |
protected
|
array
|
$validProtocolVersions = ['1.0', '1.1', '2.0', '3.0']
|
# |
protected
|
string|null
|
$body
|
# |
| Properties used from CodeIgniter\HTTP\MessageTrait |
|---|
$headers, $headerMap |