프로퍼티 | 타입 | 설명 | |
---|---|---|---|
application | |||
request |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_status_code | int |
메소드 | 설명 | |
---|---|---|
RequestHandler ( ) : System | ||
RequestHandler ( |
||
_execute ( List |
||
_generate_headers ( ) : byte[] | ||
_handle_request_exception ( |
||
_request_summary ( ) : string | ||
check_xsrf_cookie ( ) : void | ||
clear ( ) : void | ||
clear_header ( string name ) : void | ||
compute_etag ( ) : string | ||
decode_argument ( string value, string name = null ) : string | ||
delete ( ) : void | ||
finish ( byte chunk = null ) : void | ||
finish ( string body ) : void | ||
flush ( bool include_footers = false, System.Action callback = null ) : void | ||
get ( ) : void | ||
get_argument ( string name, string default_ = _ARG_DEFAULT, bool strip = true ) : string | ||
get_arguments ( string name, bool strip = true ) : List |
||
get_cookie ( string name, string default_ = null ) : string | ||
get_current_user_ ( ) : object | ||
head ( ) : void | ||
initialize ( object>.Dictionary |
||
on_connection_close ( ) : void | ||
on_finish ( ) : void | ||
options ( ) : void | ||
patch ( ) : void | ||
post ( ) : void | ||
prepare ( ) : void | ||
put ( ) : void | ||
redirect ( string url, bool permanent = false, int status ) : void | ||
send_error ( int status_code = 500, |
||
set_cookie ( string name, string value, string domain = null, System.DateTime expires = null, string path = "/", int expires_days = null, string>.Dictionary |
||
set_default_headers ( ) : void | ||
set_header ( string name, object value ) : void | ||
set_status ( int status_code ) : void | ||
settings ( ) : object>.Dictionary |
||
write ( byte chunk ) : void | ||
write_error ( int status_code, |
메소드 | 설명 | |
---|---|---|
_clear_headers_for_304 ( ) : void | ||
_convert_header_value ( object value ) : string |
public RequestHandler ( |
||
application_ | ||
request_ | ||
kwargs | object>.Dictionary | |
리턴 | System |
public _execute ( List |
||
transforms | List |
|
args | List |
|
kwargs | string>.Dictionary | |
리턴 | void |
public _handle_request_exception ( |
||
e | ||
리턴 | void |
public decode_argument ( string value, string name = null ) : string | ||
value | string | |
name | string | |
리턴 | string |
public flush ( bool include_footers = false, System.Action callback = null ) : void | ||
include_footers | bool | |
callback | System.Action | |
리턴 | void |
public get_argument ( string name, string default_ = _ARG_DEFAULT, bool strip = true ) : string | ||
name | string | |
default_ | string | |
strip | bool | |
리턴 | string |
public get_arguments ( string name, bool strip = true ) : List |
||
name | string | |
strip | bool | |
리턴 | List |
public get_cookie ( string name, string default_ = null ) : string | ||
name | string | |
default_ | string | |
리턴 | string |
public initialize ( object>.Dictionary |
||
kwargs | object>.Dictionary | |
리턴 | void |
public redirect ( string url, bool permanent = false, int status ) : void | ||
url | string | |
permanent | bool | |
status | int | |
리턴 | void |
public send_error ( int status_code = 500, |
||
status_code | int | |
kwargs | ||
리턴 | void |
public set_cookie ( string name, string value, string domain = null, System.DateTime expires = null, string path = "/", int expires_days = null, string>.Dictionary |
||
name | string | |
value | string | |
domain | string | |
expires | System.DateTime | |
path | string | |
expires_days | int | |
kwargs | string>.Dictionary | |
리턴 | void |
public set_header ( string name, object value ) : void | ||
name | string | |
value | object | |
리턴 | void |
public write_error ( int status_code, |
||
status_code | int | |
kwargs | ||
리턴 | void |