Method Name |
Argument |
Returned Value |
Description |
|
Int |
Returns the HTTP response status code. |
|
|
Int |
Returns the error code of request performing. |
|
|
String |
Returns the error message of request performing. |
|
|
String |
Returns HTTP-body of the response. |
|
key STRING |
String |
Accepts HTTP-header name as a String and returns its value as a String. |
|
|
String |
Returns content type of the response. |
|
|
String |
Returns a cookie of the response. |
|
|
web.Request |
Returns request object that was performed. |
|
|
web.Session |
Returns the current session associated with this request. |
|
|
web.Response |
Is a static method that creates a response object. |