Arduino DLNA Server
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
HttpServer.h File Reference
#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"
Include dependency graph for HttpServer.h:
This graph shows which files directly or indirectly include this file:

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 >