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

Method detect_session

example/http/server/flex/http_server_flex.cpp:489–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487
488public:
489 detect_session(
490 tcp::socket&& socket,
491 ssl::context& ctx,
492 std::shared_ptr<std::string const> const& doc_root)
493 : stream_(std::move(socket))
494 , ctx_(ctx)
495 , doc_root_(doc_root)
496 {
497 }
498
499 // Launch the detector
500 void

Callers

nothing calls this directly

Calls 1

moveClass · 0.85

Tested by

no test coverage detected