PHP 클래스 Aerys\InternalRequest

상속: use trait Amp\Struct
파일 보기 프로젝트 열기: amphp/aerys

공개 프로퍼티들

프로퍼티 타입 설명
$badFilterKeys array
$body Body
$client Client
$cookies array
$filterErrorFlag boolean
$headers array
$httpDate string
$locals array
$maxBodySize integer
$method string
$protocol string
$responseWriter Generator
$streamId integer
$time integer
$trace literal trace for HTTP/1, for HTTP/2 an array of [name, value] arrays in the original order
$uri string
$uriHost string
$uriPath string
$uriPort integer
$uriQuery string
$uriRaw string

프로퍼티 상세

$badFilterKeys 공개적으로 프로퍼티

public array $badFilterKeys
리턴 array

$body 공개적으로 프로퍼티

public Body,aerys $body
리턴 Body

$client 공개적으로 프로퍼티

public Client,aerys $client
리턴 Client

$cookies 공개적으로 프로퍼티

public array $cookies
리턴 array

$filterErrorFlag 공개적으로 프로퍼티

public bool $filterErrorFlag
리턴 boolean

$headers 공개적으로 프로퍼티

public array $headers
리턴 array

$httpDate 공개적으로 프로퍼티

public string $httpDate
리턴 string

$locals 공개적으로 프로퍼티

public array $locals
리턴 array

$maxBodySize 공개적으로 프로퍼티

public int $maxBodySize
리턴 integer

$method 공개적으로 프로퍼티

public string $method
리턴 string

$protocol 공개적으로 프로퍼티

public string $protocol
리턴 string

$responseWriter 공개적으로 프로퍼티

public Generator $responseWriter
리턴 Generator

$streamId 공개적으로 프로퍼티

public int $streamId
리턴 integer

$time 공개적으로 프로퍼티

public int $time
리턴 integer

$trace 공개적으로 프로퍼티

literal trace for HTTP/1, for HTTP/2 an array of [name, value] arrays in the original order
public $trace

$uri 공개적으로 프로퍼티

public string $uri
리턴 string

$uriHost 공개적으로 프로퍼티

public string $uriHost
리턴 string

$uriPath 공개적으로 프로퍼티

public string $uriPath
리턴 string

$uriPort 공개적으로 프로퍼티

public int $uriPort
리턴 integer

$uriQuery 공개적으로 프로퍼티

public string $uriQuery
리턴 string

$uriRaw 공개적으로 프로퍼티

public string $uriRaw
리턴 string