|
Arduino DLNA Server
|
#include <functional>#include "HttpChunkReader.h"#include "HttpChunkWriter.h"#include "HttpHeader.h"#include "IHttpRequest.h"#include "basic/StrPrint.h"

Go to the source code of this file.
Classes | |
| class | tiny_dlna::HttpRequest< ClientType > |
| Simple API to process get, put, post, del http requests I tried to use Arduino HttpClient, but I did not manage to extract the mime type from streaming get requests. More... | |
Namespaces | |
| namespace | tiny_dlna |