arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces | Variables
HttpHeader.h File Reference
#include "AudioTools/CoreAudio/AudioBasic/Collections.h"
#include "AudioTools/CoreAudio/AudioBasic/Str.h"
#include "AudioToolsConfig.h"
#include "AudioClient.h"
#include "HttpLineReader.h"
#include "HttpTypes.h"
#include "Url.h"

Go to the source code of this file.

Classes

class  HttpHeader
 In a http request and reply we need to process header information. With this API we can define and query the header information. The individual header lines are stored in a vector. This is the common functionality for the HttpRequest and HttpReplyHeader subclasses. More...
 
struct  HttpHeaderLine
 A individual key - value header line. More...
 
class  HttpReplyHeader
 Reading and Writing of Http Replys. More...
 
class  HttpRequestHeader
 Reading and writing of Http Requests. More...
 

Namespaces

namespace  audio_tools
 Generic Implementation of sound input and output for desktop environments using portaudio.
 

Variables

static const charACCEPT = "Accept"
 
static const charACCEPT_ALL = "*/*"
 
static const charACCEPT_ENCODING = "Accept-Encoding"
 
static const charCHUNKED = "chunked"
 
static const charCON_CLOSE = "close"
 
static const charCON_KEEP_ALIVE = "keep-alive"
 
static const charCONNECTION = "Connection"
 
static const charCONTENT_LENGTH = "Content-Length"
 
static const charCONTENT_TYPE = "Content-Type"
 
static const charDEFAULT_AGENT
 
static const charHOST_C = "Host"
 
static const charIDENTITY = "identity"
 
static const charLOCATION = "Location"
 
static const charmethods []
 
static const charSUCCESS = "Success"
 
static const charTRANSFER_ENCODING = "Transfer-Encoding"
 
static const charUSER_AGENT = "User-Agent"