Interface IHttpRequest
IHttpRequest provides access scheme for request sent via HTTP.
Direct known implementers
Nette\Web\HttpRequest
public
|
|
public
mixed
|
|
public
mixed
|
|
public
string
|
#
getPostRaw( )
Returns HTTP POST data in raw format (only for "application/x-www-form-urlencoded"). |
public
|
|
public
array
|
|
public
mixed
|
|
public
array
|
|
public
string
|
|
public
boolean
|
|
public
mixed
|
|
public
array
|
|
public
boolean
|
|
public
boolean
|
|
public
string
|
|
public
string
|
string
|
GET
|
'GET' |
#
HTTP request method |
string
|
POST
|
'POST' |
#
HTTP request method |
string
|
HEAD
|
'HEAD' |
#
HTTP request method |
string
|
PUT
|
'PUT' |
#
HTTP request method |
string
|
DELETE
|
'DELETE' |
#
HTTP request method |