Arduino DLNA Server
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
IHttpServer.h File Reference
#include <stddef.h>
#include "Client.h"
#include "HttpHeader.h"
#include "basic/Str.h"
#include "basic/Url.h"
Include dependency graph for IHttpServer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tiny_dlna::IHttpServer
 Abstract interface for HTTP server functionality. More...
 

Namespaces

namespace  tiny_dlna
 

Typedefs

using tiny_dlna::web_callback_fn = void(*)(IHttpServer *server, const char *requestPath, HttpRequestHandlerLine *handlerLine)