MCPcopy Create free account
hub / github.com/chronoxor/CppServer / HTTPSTraceClient

Method HTTPSTraceClient

performance/https_trace_client.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31{
32public:
33 HTTPSTraceClient(const std::shared_ptr<Service>& service, std::shared_ptr<SSLContext> context, const std::string& address, int port, int messages)
34 : HTTPSClient(service, context, address, port),
35 _messages(messages)
36 {
37 }
38
39 void SendMessage() { SendRequestAsync(request().MakeTraceRequest("/")); }
40

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected