REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
awot::Application Member List

This is the complete list of members for awot::Application, including all inherited members.

Application()awot::Application
del(const char *path, Router::Middleware *middleware)awot::Application
del(Router::Middleware *middleware)awot::Application
finally(Router::Middleware *middleware)awot::Application
get(const char *path, Router::Middleware *middleware)awot::Application
get(Router::Middleware *middleware)awot::Application
head(const char *path, Router::Middleware *middleware)awot::Application
head(Router::Middleware *middleware)awot::Application
header(const char *name, char *buffer, int bufferLength)awot::Application
notFound(Router::Middleware *middleware)awot::Application
options(const char *path, Router::Middleware *middleware)awot::Application
options(Router::Middleware *middleware)awot::Application
patch(const char *path, Router::Middleware *middleware)awot::Application
patch(Router::Middleware *middleware)awot::Application
post(const char *path, Router::Middleware *middleware)awot::Application
post(Router::Middleware *middleware)awot::Application
process(EthernetClient *client, void *context=NULL)awot::Application
process(EthernetClient *client, char *urlbuffer, int urlBufferLength, void *context=NULL)awot::Application
process(EthernetClient *client, char *urlBuffer, int urlBufferLength, uint8_t *writeBuffer, int writeBufferLength, void *context=NULL)awot::Application
process(Stream *stream, void *context=NULL)awot::Application
process(Stream *stream, char *urlbuffer, int urlBufferLength, void *context=NULL)awot::Application
process(Stream *stream, char *urlBuffer, int urlBufferLength, uint8_t *writeBuffer, int writeBufferLength, void *context=NULL)awot::Application
put(const char *path, Router::Middleware *middleware)awot::Application
put(Router::Middleware *middleware)awot::Application
setTimeout(unsigned long timeoutMillis)awot::Application
strcmpi(const char *s1, const char *s2)awot::Applicationstatic
strcmpiP(const char *s1, const unsigned char *s2)awot::Applicationstatic
use(const char *path, Router *router)awot::Application
use(Router *router)awot::Application
use(const char *path, Router::Middleware *middleware)awot::Application
use(Router::Middleware *middleware)awot::Application
~Application()awot::Application