|
Arduino DLNA Server
|
#include "http/Http.h"#include "http/Server/IHttpServer.h"#include "dlna/Action.h"#include "basic/Str.h"#include "basic/StrView.h"

Go to the source code of this file.
Classes | |
| class | tiny_dlna::DLNAServiceInfo |
| Attributes needed for the DLNA Service Definition. More... | |
Namespaces | |
| namespace | tiny_dlna |
Typedefs | |
| typedef void(* | tiny_dlna::http_callback) (IHttpServer *server, const char *requestPath, HttpRequestHandlerLine *hl) |