HTTP server query data. More...
Data Fields | |
bool | found |
const char * | key |
unsigned int | size |
char * | value |
HTTP server query data.
bool ltrx_http_query_data::found |
Initially false, to be set true if name found.
const char* ltrx_http_query_data::key |
Name to watch for.
unsigned int ltrx_http_query_data::size |
Number of bytes in value array that may be set.
char* ltrx_http_query_data::value |
Array to be set with value if found.