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

Method session

example/http/client/async-ssl/http_client_async_ssl.cpp:52–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51public:
52 explicit
53 session(
54 net::any_io_executor ex,
55 ssl::context& ctx)
56 : resolver_(ex)
57 , stream_(ex, ctx)
58 {
59 }
60
61 // Start the asynchronous operation
62 void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected