PHP 클래스 Habari\RequestProcessor

Interface for Request Processors. RemoteRequest uses a RequestProcessor to do the actual work.
파일 보기 프로젝트 열기: habari/system

보호된 프로퍼티들

프로퍼티 타입 설명
$can_followlocation
$executed
$response_body
$response_headers

공개 메소드들

메소드 설명
execute ( $method, $url, $headers, $body, $config )
get_response_body ( )
get_response_headers ( )

메소드 상세

execute() 추상적인 공개 메소드

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

get_response_body() 공개 메소드

public get_response_body ( )

get_response_headers() 공개 메소드

프로퍼티 상세

$can_followlocation 보호되어 있는 프로퍼티

protected $can_followlocation

$executed 보호되어 있는 프로퍼티

protected $executed

$response_body 보호되어 있는 프로퍼티

protected $response_body

$response_headers 보호되어 있는 프로퍼티

protected $response_headers