SuperpoweredSDK  v2.0.2
Superpowered Audio SDK
Superpowered::httpData Struct Reference

A key/value pair used for custom data or headers in requests. More...

#include "SuperpoweredHTTP.h"

Collaboration diagram for Superpowered::httpData:

Public Attributes

char * key
 The key. More...
 
httpDataMode keyMode
 Data mode for the key. More...
 
httpDatanext
 Key/value pairs are handled in a linked list. Points to the next element in the list (or NULL). More...
 
httpDataprev
 Key/value pairs are handled in a linked list. Points to the previous element in the list (or NULL). More...
 
char * value
 The value. More...
 
httpDataMode valueMode
 Data mode for the value. More...
 

Detailed Description

A key/value pair used for custom data or headers in requests.

Member Data Documentation

◆ key

char* Superpowered::httpData::key

The key.

◆ keyMode

httpDataMode Superpowered::httpData::keyMode

Data mode for the key.

◆ next

httpData* Superpowered::httpData::next

Key/value pairs are handled in a linked list. Points to the next element in the list (or NULL).

◆ prev

httpData* Superpowered::httpData::prev

Key/value pairs are handled in a linked list. Points to the previous element in the list (or NULL).

◆ value

char* Superpowered::httpData::value

The value.

◆ valueMode

httpDataMode Superpowered::httpData::valueMode

Data mode for the value.


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