|
tinyhttp
|
This is the complete list of members for tinyhttp::HttpServer, including all inherited members.
| addExtension(Extension &out) | tinyhttp::HttpServer | inline |
| addHandler(HttpRequestHandlerLine *handlerLinePtr) | tinyhttp::HttpServer | inline |
| begin(int port, const char *ssid, const char *password) | tinyhttp::HttpServer | inline |
| begin(int port) | tinyhttp::HttpServer | inline |
| buffer (defined in tinyhttp::HttpServer) | tinyhttp::HttpServer | protected |
| buffer_size (defined in tinyhttp::HttpServer) | tinyhttp::HttpServer | protected |
| client() | tinyhttp::HttpServer | inline |
| client_ptr (defined in tinyhttp::HttpServer) | tinyhttp::HttpServer | protected |
| copy() | tinyhttp::HttpServer | inline |
| crlf() | tinyhttp::HttpServer | inline |
| doLoop() | tinyhttp::HttpServer | inline |
| end() | tinyhttp::HttpServer | inline |
| endClient() | tinyhttp::HttpServer | inline |
| extension_collection (defined in tinyhttp::HttpServer) | tinyhttp::HttpServer | protected |
| handler_collection (defined in tinyhttp::HttpServer) | tinyhttp::HttpServer | protected |
| HttpServer(WiFiServer &server_ptr, int bufferSize=1024) (defined in tinyhttp::HttpServer) | tinyhttp::HttpServer | inline |
| is_active (defined in tinyhttp::HttpServer) | tinyhttp::HttpServer | protected |
| local_host (defined in tinyhttp::HttpServer) | tinyhttp::HttpServer | protected |
| localHost() | tinyhttp::HttpServer | inline |
| localIP() | tinyhttp::HttpServer | inline |
| login(const char *ssid, const char *password) | tinyhttp::HttpServer | inline |
| matchesMime(const char *handler_mime, const char *request_mime) | tinyhttp::HttpServer | inlineprotected |
| no_connect_dela (defined in tinyhttp::HttpServer) | tinyhttp::HttpServer | protected |
| nullstr(const char *in) | tinyhttp::HttpServer | inlineprotected |
| on(const char *url, TinyMethodID method, web_callback_fn fn, void *ctx[]=nullptr, int ctxCount=0) | tinyhttp::HttpServer | inline |
| on(const char *url, TinyMethodID method, const char *mime, web_callback_fn fn) | tinyhttp::HttpServer | inline |
| on(const char *url, TinyMethodID method, const char *mime, const char *result) | tinyhttp::HttpServer | inline |
| on(const char *url, TinyMethodID method, Url &redirect) | tinyhttp::HttpServer | inline |
| on(const char *url, TinyMethodID method, HttpTunnel &tunnel) | tinyhttp::HttpServer | inline |
| onRequest(const char *path) | tinyhttp::HttpServer | inline |
| operator bool() | tinyhttp::HttpServer | inline |
| port (defined in tinyhttp::HttpServer) | tinyhttp::HttpServer | protected |
| processExtensions() | tinyhttp::HttpServer | inlineprotected |
| processRequest() (defined in tinyhttp::HttpServer) | tinyhttp::HttpServer | inlineprotected |
| reply(const char *contentType, Stream &inputStream, int size, int status=200, const char *msg=SUCCESS) | tinyhttp::HttpServer | inline |
| reply(const char *contentType, void(*callback)(Stream &out), int status=200, const char *msg=SUCCESS) | tinyhttp::HttpServer | inline |
| reply(const char *contentType, const char *str, int status=200, const char *msg=SUCCESS) | tinyhttp::HttpServer | inline |
| reply(int status, const char *msg) | tinyhttp::HttpServer | inline |
| reply_header (defined in tinyhttp::HttpServer) | tinyhttp::HttpServer | protected |
| replyChunked(const char *contentType, Stream &inputStream, int status=200, const char *msg=SUCCESS) | tinyhttp::HttpServer | inline |
| replyChunked(const char *contentType, int status=200, const char *msg=SUCCESS) | tinyhttp::HttpServer | inline |
| replyHeader() | tinyhttp::HttpServer | inline |
| replyNotFound() | tinyhttp::HttpServer | inline |
| replyOK() | tinyhttp::HttpServer | inline |
| request_header (defined in tinyhttp::HttpServer) | tinyhttp::HttpServer | protected |
| requestHeader() | tinyhttp::HttpServer | inline |
| resolveRewrite(const char *from) | tinyhttp::HttpServer | inlineprotected |
| rewrite(const char *from, const char *to) | tinyhttp::HttpServer | inline |
| rewrite_collection (defined in tinyhttp::HttpServer) | tinyhttp::HttpServer | protected |
| server_ptr (defined in tinyhttp::HttpServer) | tinyhttp::HttpServer | protected |
| setNoConnectDelay(int delay) (defined in tinyhttp::HttpServer) | tinyhttp::HttpServer | inline |
| ~HttpServer() (defined in tinyhttp::HttpServer) | tinyhttp::HttpServer | inline |