프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_wsgi | bool | ||
default_host | string | ||
handlers | List | ||
named_handlers | object>.Dictionary | ||
settings | object>.Dictionary | ||
transforms | OutputTransform>>.List |
메소드 | 설명 | |
---|---|---|
Application ( object>.TupleList |
||
Call ( |
||
Listen ( int port, string address = "" ) : void | ||
add_handlers ( string host_pattern, object>.TupleList |
메소드 | 설명 | |
---|---|---|
_get_host_handlers ( |
public Application ( object>.TupleList |
||
handlers_ | object>.TupleList | |
default_host_ | string | |
transforms_ | OutputTransform>.List | |
wsgi | bool | |
settings_ | object>.Dictionary | |
리턴 | System |
public Call ( |
||
request | ||
리턴 |
public Listen ( int port, string address = "" ) : void | ||
port | int | |
address | string | |
리턴 | void |
public add_handlers ( string host_pattern, object>.TupleList |
||
host_pattern | string | |
host_handlers | object>.TupleList | |
리턴 | void |