MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / Server

Method Server

external/httplib.h:6060–6066  ·  view source on GitHub ↗

HTTP server implementation

Source from the content-addressed store, hash-verified

6058
6059// HTTP server implementation
6060inline Server::Server()
6061 : new_task_queue(
6062 [] { return new ThreadPool(CPPHTTPLIB_THREAD_POOL_COUNT); }) {
6063#ifndef _WIN32
6064 signal(SIGPIPE, SIG_IGN);
6065#endif
6066}
6067
6068inline Server::~Server() = default;
6069

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected