|
Arduino DLNA Server
|
#include <stdlib.h>#include "Client.h"#include "HardwareSerial.h"#include "HttpChunkWriter.h"#include "HttpHeader.h"#include "HttpRequestHandlerLine.h"#include "HttpRequestRewrite.h"#include "IHttpServer.h"#include "Server.h"#include "basic/IPAddressAndPort.h"#include "basic/List.h"#include "basic/StrPrint.h"

Go to the source code of this file.
Classes | |
| class | tiny_dlna::HttpServer< ClientType, ServerType > |
| Header-only HTTP server wrapper that registers callback handlers. More... | |
Namespaces | |
| namespace | tiny_dlna |
Typedefs | |
| using | tiny_dlna::WiFiHttpServer = HttpServer< WiFiClient, WiFiServer > |