프로퍼티 | 타입 | 설명 | |
---|---|---|---|
COOKIE_PROCESSING_REGEX | |||
POST_PROCESSING_REGEX | |||
cookies | String>.Dictionary | ||
getValues | String>.Dictionary | ||
headers | String>.Dictionary | ||
postValues | String>.Dictionary |
메소드 | 설명 | |
---|---|---|
HttpRequest ( String path ) : System | ||
HttpRequest ( String method, String path, String UserAgent = "Mobicontroller/1.0 (mobicontroller.com)", String ConnectionType = "keep-alive", String Accept = "text/html", String ContentType = "text/html" ) : System | ||
ToString ( ) : string |
|
|
addHeader ( String field, String data ) : void |
Will add a header to the collection of headers. !! Will overwrite headers with the same field
|
|
addPost ( String field, String data ) : void | ||
getGuessFileType ( ) : string | ||
getPostBodyData ( bool calculateContentLength ) : string | ||
guessContentLength ( ) : void | ||
requestMetaInfo ( String field ) : String |
메소드 | 설명 | |
---|---|---|
parseCookie ( String cookie ) : void |
public HttpRequest ( String method, String path, String UserAgent = "Mobicontroller/1.0 (mobicontroller.com)", String ConnectionType = "keep-alive", String Accept = "text/html", String ContentType = "text/html" ) : System | ||
method | String | |
path | String | |
UserAgent | String | |
ConnectionType | String | |
Accept | String | |
ContentType | String | |
리턴 | System |
public addHeader ( String field, String data ) : void | ||
field | String | |
data | String | |
리턴 | void |
public addPost ( String field, String data ) : void | ||
field | String | |
data | String | |
리턴 | void |
public getPostBodyData ( bool calculateContentLength ) : string | ||
calculateContentLength | bool | |
리턴 | string |
public static Regex,System.Text.RegularExpressions COOKIE_PROCESSING_REGEX | ||
리턴 |
public static Regex,System.Text.RegularExpressions POST_PROCESSING_REGEX | ||
리턴 |