OCI REST for ESP32
Public Member Functions | Public Attributes | List of all members
header Struct Reference

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.
 

Detailed Description

A Header object is a simple key/value pair.

It is used by both OciApiRequest and OciApiResponse.

Constructor & Destructor Documentation

◆ header() [1/2]

header::header ( char *  hN)
inline

Construct a Header with just a name.

Parameters
hNThe header name

◆ header() [2/2]

header::header ( char *  hN,
char *  hV 
)
inline

Construct a Header with a name and value.

Parameters
hNThe header name
hVThe header value

The documentation for this struct was generated from the following file: