MCPcopy Create free account
hub / github.com/boostorg/beast / http_worker

Method http_worker

example/http/server/fast/http_server_fast.cpp:74–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72{
73public:
74 http_worker(http_worker const&) = delete;
75 http_worker& operator=(http_worker const&) = delete;
76
77 http_worker(tcp::acceptor& acceptor, const std::string& doc_root) :

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected