PHP Class yii\httpclient\debug\RequestExecuteAction

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

Public Properties

Property Type Description
$panel HttpClientPanel

Public Methods

Method Description
run ( string $seq, string $tag, boolean $passthru = false ) : Response

Protected Methods

Method Description
createRequestFromLog ( string $requestLog ) : Request Creates an HTTP request instance from log entry.

Method Details

createRequestFromLog() protected method

Creates an HTTP request instance from log entry.
protected createRequestFromLog ( string $requestLog ) : Request
$requestLog string HTTP request log entry
return yii\httpclient\Request request instance.

run() public method

public run ( string $seq, string $tag, boolean $passthru = false ) : Response
$seq string
$tag string
$passthru boolean whether to send response to the browser or render it as plain text
return yii\web\Response

Property Details

$panel public property

public HttpClientPanel,yii\httpclient\debug $panel
return HttpClientPanel