OCI REST for ESP32
|
A Header object is a simple key/value pair. More...
#include <oci.h>
Public Member Functions | |
header (char *hN) | |
Construct a Header with just a name. More... | |
header (char *hN, char *hV) | |
Construct a Header with a name and value. More... | |
Public Attributes | |
char * | headerName |
The header name. | |
char * | headerValue |
The header value. | |
A Header object is a simple key/value pair.
It is used by both OciApiRequest and OciApiResponse.
|
inline |
Construct a Header with just a name.
hN | The header name |
|
inline |
Construct a Header with a name and value.
hN | The header name |
hV | The header value |