PHP Class Habari\RequestProcessor

Interface for Request Processors. RemoteRequest uses a RequestProcessor to do the actual work.
Show file Open project: habari/system

Protected Properties

Property Type Description
$can_followlocation
$executed
$response_body
$response_headers

Public Methods

Method Description
execute ( $method, $url, $headers, $body, $config )
get_response_body ( )
get_response_headers ( )

Method Details

execute() abstract public method

abstract public execute ( $method, $url, $headers, $body, $config )

get_response_body() public method

public get_response_body ( )

get_response_headers() public method

Property Details

$can_followlocation protected property

protected $can_followlocation

$executed protected property

protected $executed

$response_body protected property

protected $response_body

$response_headers protected property

protected $response_headers