This is the complete list of members for httplib::Server, including all inherited members.
base_dirs_ | httplib::Server | private |
bind_internal(const char *host, int port, int socket_flags) | httplib::Server | inlineprivate |
bind_to_any_port(const char *host, int socket_flags=0) | httplib::Server | inline |
bind_to_port(const char *host, int port, int socket_flags=0) | httplib::Server | inline |
create_server_socket(const char *host, int port, int socket_flags) const | httplib::Server | inlineprivate |
Delete(const char *pattern, Handler handler) | httplib::Server | inline |
delete_handlers_ | httplib::Server | private |
dispatch_request(Request &req, Response &res, Handlers &handlers) | httplib::Server | inlineprivate |
dispatch_request_for_content_reader(Request &req, Response &res, ContentReader content_reader, HandersForContentReader &handlers) | httplib::Server | inlineprivate |
error_handler_ | httplib::Server | private |
file_request_handler_ | httplib::Server | private |
Get(const char *pattern, Handler handler) | httplib::Server | inline |
get_handlers_ | httplib::Server | private |
HandersForContentReader typedef | httplib::Server | private |
handle_file_request(Request &req, Response &res) | httplib::Server | inlineprivate |
Handler typedef | httplib::Server | |
Handlers typedef | httplib::Server | private |
HandlerWithContentReader typedef | httplib::Server | |
is_running() const | httplib::Server | inline |
is_running_ | httplib::Server | private |
is_valid() const | httplib::Server | inlinevirtual |
keep_alive_max_count_ | httplib::Server | protected |
listen(const char *host, int port, int socket_flags=0) | httplib::Server | inline |
listen_after_bind() | httplib::Server | inline |
listen_internal() | httplib::Server | inlineprivate |
Logger typedef | httplib::Server | |
logger_ | httplib::Server | private |
new_task_queue | httplib::Server | |
Options(const char *pattern, Handler handler) | httplib::Server | inline |
options_handlers_ | httplib::Server | private |
parse_request_line(const char *s, Request &req) | httplib::Server | inlineprivate |
Patch(const char *pattern, Handler handler) | httplib::Server | inline |
Patch(const char *pattern, HandlerWithContentReader handler) | httplib::Server | inline |
patch_handlers_ | httplib::Server | private |
patch_handlers_for_content_reader | httplib::Server | private |
payload_max_length_ | httplib::Server | protected |
Post(const char *pattern, Handler handler) | httplib::Server | inline |
Post(const char *pattern, HandlerWithContentReader handler) | httplib::Server | inline |
post_handlers_ | httplib::Server | private |
post_handlers_for_content_reader | httplib::Server | private |
process_and_close_socket(socket_t sock) | httplib::Server | inlineprivatevirtual |
process_request(Stream &strm, bool last_connection, bool &connection_close, const std::function< void(Request &)> &setup_request) | httplib::Server | inlineprotected |
Put(const char *pattern, Handler handler) | httplib::Server | inline |
Put(const char *pattern, HandlerWithContentReader handler) | httplib::Server | inline |
put_handlers_ | httplib::Server | private |
put_handlers_for_content_reader | httplib::Server | private |
read_content(Stream &strm, bool last_connection, Request &req, Response &res) | httplib::Server | inlineprivate |
read_content_with_content_receiver(Stream &strm, bool last_connection, Request &req, Response &res, ContentReceiver reveiver) | httplib::Server | inlineprivate |
read_timeout_sec_ | httplib::Server | protected |
read_timeout_usec_ | httplib::Server | protected |
routing(Request &req, Response &res, Stream &strm, bool last_connection) | httplib::Server | inlineprivate |
Server() | httplib::Server | inline |
set_base_dir(const char *dir, const char *mount_point=nullptr) | httplib::Server | inline |
set_error_handler(Handler handler) | httplib::Server | inline |
set_file_request_handler(Handler handler) | httplib::Server | inline |
set_keep_alive_max_count(size_t count) | httplib::Server | inline |
set_logger(Logger logger) | httplib::Server | inline |
set_payload_max_length(size_t length) | httplib::Server | inline |
set_read_timeout(time_t sec, time_t usec) | httplib::Server | inline |
stop() | httplib::Server | inline |
svr_sock_ | httplib::Server | private |
write_content_with_provider(Stream &strm, const Request &req, Response &res, const std::string &boundary, const std::string &content_type) | httplib::Server | inlineprivate |
write_response(Stream &strm, bool last_connection, const Request &req, Response &res) | httplib::Server | inlineprivate |
~Server() | httplib::Server | inlinevirtual |