Interface for web app components.
Functions
bool post(char path[], char contentType[], byte content[],
DocStream stream)
bool put(char path[], char contentType[], byte content[],
DocStream stream)
bool delete(char path[], char contentType[], byte content[],
DocStream stream)