Darknet/YOLO v3.0-88-gdee7eef
Object Detection Framework
 
Loading...
Searching...
No Matches
httplib::Server Member List

This is the complete list of members for httplib::Server, including all inherited members.

base_dirs_httplib::Serverprivate
bind_internal(const char *host, int port, int socket_flags)httplib::Serverinlineprivate
bind_to_any_port(const char *host, int socket_flags=0)httplib::Serverinline
bind_to_port(const char *host, int port, int socket_flags=0)httplib::Serverinline
create_server_socket(const char *host, int port, int socket_flags) consthttplib::Serverinlineprivate
Delete(const char *pattern, Handler handler)httplib::Serverinline
delete_handlers_httplib::Serverprivate
dispatch_request(Request &req, Response &res, Handlers &handlers)httplib::Serverinlineprivate
dispatch_request_for_content_reader(Request &req, Response &res, ContentReader content_reader, HandersForContentReader &handlers)httplib::Serverinlineprivate
error_handler_httplib::Serverprivate
file_request_handler_httplib::Serverprivate
Get(const char *pattern, Handler handler)httplib::Serverinline
get_handlers_httplib::Serverprivate
HandersForContentReader typedefhttplib::Serverprivate
handle_file_request(Request &req, Response &res)httplib::Serverinlineprivate
Handler typedefhttplib::Server
Handlers typedefhttplib::Serverprivate
HandlerWithContentReader typedefhttplib::Server
is_running() consthttplib::Serverinline
is_running_httplib::Serverprivate
is_valid() consthttplib::Serverinlinevirtual
keep_alive_max_count_httplib::Serverprotected
listen(const char *host, int port, int socket_flags=0)httplib::Serverinline
listen_after_bind()httplib::Serverinline
listen_internal()httplib::Serverinlineprivate
Logger typedefhttplib::Server
logger_httplib::Serverprivate
new_task_queuehttplib::Server
Options(const char *pattern, Handler handler)httplib::Serverinline
options_handlers_httplib::Serverprivate
parse_request_line(const char *s, Request &req)httplib::Serverinlineprivate
Patch(const char *pattern, Handler handler)httplib::Serverinline
Patch(const char *pattern, HandlerWithContentReader handler)httplib::Serverinline
patch_handlers_httplib::Serverprivate
patch_handlers_for_content_readerhttplib::Serverprivate
payload_max_length_httplib::Serverprotected
Post(const char *pattern, Handler handler)httplib::Serverinline
Post(const char *pattern, HandlerWithContentReader handler)httplib::Serverinline
post_handlers_httplib::Serverprivate
post_handlers_for_content_readerhttplib::Serverprivate
process_and_close_socket(socket_t sock)httplib::Serverinlineprivatevirtual
process_request(Stream &strm, bool last_connection, bool &connection_close, const std::function< void(Request &)> &setup_request)httplib::Serverinlineprotected
Put(const char *pattern, Handler handler)httplib::Serverinline
Put(const char *pattern, HandlerWithContentReader handler)httplib::Serverinline
put_handlers_httplib::Serverprivate
put_handlers_for_content_readerhttplib::Serverprivate
read_content(Stream &strm, bool last_connection, Request &req, Response &res)httplib::Serverinlineprivate
read_content_with_content_receiver(Stream &strm, bool last_connection, Request &req, Response &res, ContentReceiver reveiver)httplib::Serverinlineprivate
read_timeout_sec_httplib::Serverprotected
read_timeout_usec_httplib::Serverprotected
routing(Request &req, Response &res, Stream &strm, bool last_connection)httplib::Serverinlineprivate
Server()httplib::Serverinline
set_base_dir(const char *dir, const char *mount_point=nullptr)httplib::Serverinline
set_error_handler(Handler handler)httplib::Serverinline
set_file_request_handler(Handler handler)httplib::Serverinline
set_keep_alive_max_count(size_t count)httplib::Serverinline
set_logger(Logger logger)httplib::Serverinline
set_payload_max_length(size_t length)httplib::Serverinline
set_read_timeout(time_t sec, time_t usec)httplib::Serverinline
stop()httplib::Serverinline
svr_sock_httplib::Serverprivate
write_content_with_provider(Stream &strm, const Request &req, Response &res, const std::string &boundary, const std::string &content_type)httplib::Serverinlineprivate
write_response(Stream &strm, bool last_connection, const Request &req, Response &res)httplib::Serverinlineprivate
~Server()httplib::Serverinlinevirtual