arduino-audio-tools
Loading...
Searching...
No Matches
src
AudioTools
Communication
HTTP
AudioHttp.h
Go to the documentation of this file.
1
#pragma once
8
// Include abstract base classes and utilities
9
#include "
AbstractURLStream.h
"
10
#include "
HttpRequest.h
"
11
#include "
HttpHeader.h
"
12
#include "
HttpTypes.h
"
13
#include "
ICYStreamT.h
"
14
#include "
URLStreamBufferedT.h
"
15
#include "
Url.h
"
16
17
// For backward compatibility, include stub implementations
18
#include "
URLStream.h
"
19
#include "
ICYStream.h
"
20
#include "
AudioServer.h
"
21
22
#if ((defined(ESP32) && defined(USE_URL_ARDUINO)) || defined(ESP32_CMAKE))
23
# include "
URLStreamESP32.h
"
24
#endif
25
AbstractURLStream.h
AudioServer.h
HttpHeader.h
HttpRequest.h
HttpTypes.h
ICYStream.h
ICYStreamT.h
URLStream.h
URLStreamBufferedT.h
URLStreamESP32.h
Url.h
Generated by
1.9.8