Property | Type | Description | |
---|---|---|---|
arguments | string[]>.Dictionary | ||
body | byte[] | ||
connection | |||
cookies | HttpCookie>.Dictionary | ||
headers | HTTPHeaders | ||
host | string | ||
method | string | ||
path | string | ||
protocol | string | ||
query | string | ||
remote_ip | string | ||
uri | string | ||
version | string |
Method | Description | |
---|---|---|
HTTPRequest ( string method_, string uri_, string version_ = "HTTP/1.0", HTTPHeaders headers_ = null, byte body_ = null, string remote_ip_ = null, string protocol_ = null, string host_ = null, string files = null, |
||
finish ( ) : void | ||
supports_http_1_1 ( ) : bool | ||
write ( byte chunk, System.Action callback = null ) : void |
Method | Description | |
---|---|---|
_valid_ip ( string ip ) : bool |
public HTTPRequest ( string method_, string uri_, string version_ = "HTTP/1.0", HTTPHeaders headers_ = null, byte body_ = null, string remote_ip_ = null, string protocol_ = null, string host_ = null, string files = null, |
||
method_ | string | |
uri_ | string | |
version_ | string | |
headers_ | HTTPHeaders | |
body_ | byte | |
remote_ip_ | string | |
protocol_ | string | |
host_ | string | |
files | string | |
connection_ | ||
return | System |
public write ( byte chunk, System.Action callback = null ) : void | ||
chunk | byte | |
callback | System.Action | |
return | void |
public HTTPConnection,Tornado.httpserver connection | ||
return |