Interface IRequest
IHttpRequest provides access scheme for request sent via HTTP.
Direct known implementers
Nette\Http\Request
public
|
|
public
mixed
|
|
public
mixed
|
|
public
|
|
public
array
|
|
public
mixed
|
|
public
array
|
|
public
string
|
|
public
boolean
|
|
public
string|null
|
|
public
array
|
|
public
boolean
|
|
public
boolean
|
|
public
string|null
|
|
public
string|null
|
|
public
string|null
|
string |
GET
HTTP request method |
# 'GET' |
string |
POST
HTTP request method |
# 'POST' |
string |
HEAD
HTTP request method |
# 'HEAD' |
string |
PUT
HTTP request method |
# 'PUT' |
string |
DELETE
HTTP request method |
# 'DELETE' |
string |
PATCH
HTTP request method |
# 'PATCH' |
string |
OPTIONS
HTTP request method |
# 'OPTIONS' |