MCPcopy Create free account
hub / github.com/boostorg/asio / connection

Method connection

example/cpp11/http/server3/connection.cpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace server3 {
17
18connection::connection(boost::asio::ip::tcp::socket socket,
19 request_handler& handler)
20 : socket_(std::move(socket)),
21 request_handler_(handler)
22{
23}
24
25void connection::start()
26{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected