Property | Type | Description | |
---|---|---|---|
EmptyUri |
Method | Description | |
---|---|---|
ParseHeaderAttribute ( string header, string attribute ) : string |
Parses an attribute from a header string. For example, the charset attribute can be parsed from the header Content-Type: text/html; charset=utf-8
|
|
ParseQueryString ( string queryString ) : HttpInput |
Parses a querystring.
|
Method | Description | |
---|---|---|
Add ( IHttpInput input, string name, string value ) : void | ||
IsAmp ( string queryStr, int &index, int &outIndex ) : bool | ||
IsEqual ( string queryStr, int &index, int &outIndex ) : bool |
public static ParseHeaderAttribute ( string header, string attribute ) : string | ||
header | string | The raw header string containing the desired attribute |
attribute | string | The name of the attribute to parse |
return | string |
public static ParseQueryString ( string queryString ) : HttpInput | ||
queryString | string | Querystring (url decoded) |
return | HttpInput |