#include <Network/Http/HttpServerConnection.h>
#include <Network/Http/HttpResource.h>
#include <WString.h>
Include dependency graph for HttpMultipartResource.h:
Go to the source code of this file.
Classes | |
class | HttpMultipartResource |
HttpResource that allows handling of HTTP file upload. More... | |
Typedefs | |
using | HttpFilesMapper = Delegate< void(HttpFiles &)> |
Typedef Documentation
◆ HttpFilesMapper
using HttpFilesMapper = Delegate<void(HttpFiles&)> |