HttpResponse
in package
HTTP応答データ。
Table of Contents
Properties
- $content : string|Binary|ICallbackContent|null
- 応答本文。
- $header : HttpHeader
- 応答ヘッダ。
- $status : HttpStatus
- 応答HTTPステータスコード。
Methods
- __construct() : mixed
Properties
$content
応答本文。
public
string|Binary|ICallbackContent|null
$content
= null
$header read-only
応答ヘッダ。
public
HttpHeader
$header
$status
応答HTTPステータスコード。
public
HttpStatus
$status
Methods
__construct()
public
__construct() : mixed