Arduino DLNA Server
|
#include <WiFi.h>
#include <stdlib.h>
#include "Client.h"
#include "HardwareSerial.h"
#include "HttpChunkWriter.h"
#include "HttpHeader.h"
#include "HttpRequestHandlerLine.h"
#include "HttpRequestRewrite.h"
#include "HttpTunnel.h"
#include "Server.h"
#include "basic/List.h"
Go to the source code of this file.
Classes | |
class | tiny_dlna::HttpServer |
A Simple Header only implementation of Http Server that allows the registration of callback functions. This is based on the Arduino Server class. More... | |
Namespaces | |
tiny_dlna | |