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

Method run

example/advanced/server-flex/advanced_server_flex.cpp:353–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351 // Start the asynchronous operation
352 template<class Body, class Allocator>
353 void
354 run(http::request<Body, http::basic_fields<Allocator>> req)
355 {
356 // Accept the WebSocket upgrade request
357 do_accept(std::move(req));
358 }
359};
360
361//------------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

moveClass · 0.85

Tested by

no test coverage detected