PHP Class yii\httpclient\RequestEvent

Since: 2.0.1
Author: Paul Klimov ([email protected])
Inheritance: extends yii\base\Event
Show file Open project: yiisoft/yii2-httpclient

Public Properties

Property Type Description
$request related HTTP request instance.
$response related HTTP response. This field will be filled only in case some response is already received, e.g. after request is sent.

Property Details

$request public property

related HTTP request instance.
public $request

$response public property

related HTTP response. This field will be filled only in case some response is already received, e.g. after request is sent.
public $response