|
Barracuda Application Server C/C++ Reference
Native APIs, integration guides, and platform interfaces
|
A container for key/value pairs used when setting custom HTTP headers or URL encoded HTTP parameters.
HttpClientKeyVal can be statically declared at compile time or be dynamically created during runtime. A dynamically created HttpClientKeyVal can be released as soon as HttpClient::request returns.
Example code:
#include <HttpClient.h>
Public Attributes | |
| const char * | key |
| NUL-terminated name; NULL terminates an input array. More... | |
| const char * | val |
| Required NUL-terminated value for a non-NULL key. More... | |
| const char* HttpClientKeyVal::key |
NUL-terminated name; NULL terminates an input array.
| const char* HttpClientKeyVal::val |
Required NUL-terminated value for a non-NULL key.