|
Arduino DLNA Server
|
#include <stddef.h>#include "Client.h"#include "HttpHeader.h"#include "basic/Str.h"#include "basic/Url.h"

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) |