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

Method on_request_impl

test/bench/parser/bench_parser.cpp:154–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 basic_parser<isRequest>
153 {
154 void
155 on_request_impl(
156 verb, string_view, string_view,
157 int, error_code&) override
158 {
159 }
160
161 void
162 on_response_impl(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected