nn::boss::HttpQuery Classstruct HttpQuery
{
QueryType type;
char name[MAX_HTTP_QUERY_NAME];
char value[MAX_HTTP_QUERY_VALUE];
};
Definition of an internal structure that maintains HTTP query information.
type
|
QueryType |
The data type assigned to the HTTP query. | |
|---|---|---|---|
name
|
char |
The name assigned to the HTTP query. | |
value
|
char |
The value assigned to the HTTP query. |
CONFIDENTIAL