Class yii\httpclient\RequestEvent
Inheritance | yii\httpclient\RequestEvent » yii\base\Event |
---|---|
Available since version | 2.0.1 |
RequestEvent represents the event parameter used for an request events.
Public Properties
Property | Type | Description | Defined By |
---|---|---|---|
$request | yii\httpclient\Request | Related HTTP request instance. | yii\httpclient\RequestEvent |
$response | yii\httpclient\Response|null | Related HTTP response. | yii\httpclient\RequestEvent |