nn::boss::HttpQuery Class

Syntax

struct HttpQuery
{
   QueryType type;
   char name[MAX_HTTP_QUERY_NAME];
   char value[MAX_HTTP_QUERY_VALUE];
};

Description

Definition of an internal structure that maintains HTTP query information.

Member Variables

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