swimtracker-firmware/firmware/lib/esphttp/WebDAV.h

10 lines
343 B
C
Raw Permalink Normal View History

#include "Dtypes.h"
#include "EspHttp.h"
/**
* Handler to serves spiffsFolder via webdav
*
* this handler has to be entered for multiple HTTP verbs: HTTP_GET, HTTP_PROPFIND, HTTP_DELETE
*/
std::function<void(httpd_req_t *)> webdavHandler(const char *uriPrefix,
const char *spiffsFolder);