|
arduino-audio-tools
|
#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 char * | ACCEPT = "Accept" |
| static const char * | ACCEPT_ALL = "*/*" |
| static const char * | ACCEPT_ENCODING = "Accept-Encoding" |
| static const char * | CHUNKED = "chunked" |
| static const char * | CON_CLOSE = "close" |
| static const char * | CON_KEEP_ALIVE = "keep-alive" |
| static const char * | CONNECTION = "Connection" |
| static const char * | CONTENT_LENGTH = "Content-Length" |
| static const char * | CONTENT_TYPE = "Content-Type" |
| static const char * | DEFAULT_AGENT |
| static const char * | HOST_C = "Host" |
| static const char * | IDENTITY = "identity" |
| static const char * | LOCATION = "Location" |
| static const char * | methods [] |
| static const char * | SUCCESS = "Success" |
| static const char * | TRANSFER_ENCODING = "Transfer-Encoding" |
| static const char * | USER_AGENT = "User-Agent" |