|
libcex
1.0.0
Modern C++11 embedded webserver library
|
This is the complete list of members for cex::Server, including all inherited members.
| connect(MiddlewareFunction func) | cex::Server | |
| connect(const char *path, MiddlewareFunction func, int flags=Middleware::fMatchContain) | cex::Server | |
| copy(MiddlewareFunction func) | cex::Server | |
| copy(const char *path, MiddlewareFunction func, int flags=Middleware::fMatchContain) | cex::Server | |
| del(MiddlewareFunction func) | cex::Server | |
| del(const char *path, MiddlewareFunction func, int flags=Middleware::fMatchContain) | cex::Server | |
| get(MiddlewareFunction func) | cex::Server | |
| get(const char *path, MiddlewareFunction func, int flags=Middleware::fMatchContain) | cex::Server | |
| getMimeTypes() (defined in cex::Server) | cex::Server | inlinestatic |
| head(MiddlewareFunction func) | cex::Server | |
| head(const char *path, MiddlewareFunction func, int flags=Middleware::fMatchContain) | cex::Server | |
| libraryInit() (defined in cex::Server) | cex::Server | static |
| listen(bool block=true) | cex::Server | |
| listen(std::string address, int port, bool block=true) | cex::Server | |
| lock(MiddlewareFunction func) | cex::Server | |
| lock(const char *path, MiddlewareFunction func, int flags=Middleware::fMatchContain) | cex::Server | |
| mkcol(MiddlewareFunction func) | cex::Server | |
| mkcol(const char *path, MiddlewareFunction func, int flags=Middleware::fMatchContain) | cex::Server | |
| move(MiddlewareFunction func) | cex::Server | |
| move(const char *path, MiddlewareFunction func, int flags=Middleware::fMatchContain) | cex::Server | |
| options(MiddlewareFunction func) | cex::Server | |
| options(const char *path, MiddlewareFunction func, int flags=Middleware::fMatchContain) | cex::Server | |
| patch(MiddlewareFunction func) | cex::Server | |
| patch(const char *path, MiddlewareFunction func, int flags=Middleware::fMatchContain) | cex::Server | |
| post(MiddlewareFunction func) | cex::Server | |
| post(const char *path, MiddlewareFunction func, int flags=Middleware::fMatchContain) | cex::Server | |
| propfind(MiddlewareFunction func) | cex::Server | |
| propfind(const char *path, MiddlewareFunction func, int flags=Middleware::fMatchContain) | cex::Server | |
| proppatch(MiddlewareFunction func) | cex::Server | |
| proppatch(const char *path, MiddlewareFunction func, int flags=Middleware::fMatchContain) | cex::Server | |
| put(MiddlewareFunction func) | cex::Server | |
| put(const char *path, MiddlewareFunction func, int flags=Middleware::fMatchContain) | cex::Server | |
| registerMimeType(const char *ext, const char *mime, bool binary) (defined in cex::Server) | cex::Server | static |
| reset() | cex::Server | inline |
| Server() | cex::Server | |
| Server(Config &config) | cex::Server | |
| stop() | cex::Server | |
| trace(MiddlewareFunction func) | cex::Server | |
| trace(const char *path, MiddlewareFunction func, int flags=Middleware::fMatchContain) | cex::Server | |
| unlock(MiddlewareFunction func) | cex::Server | |
| unlock(const char *path, MiddlewareFunction func, int flags=Middleware::fMatchContain) | cex::Server | |
| uploads(UploadFunction func) | cex::Server | |
| uploads(const char *path, UploadFunction func, Method method=methodPOST, int flags=Middleware::fMatchContain) | cex::Server | |
| use(MiddlewareFunction func) | cex::Server | |
| use(const char *path, MiddlewareFunction func, int flags=Middleware::fMatchContain) | cex::Server | |
| ~Server() (defined in cex::Server) | cex::Server | virtual |
1.8.16