MCPcopy Create free account
hub / github.com/ChunelFeng/CGraph / HttpParam

Class HttpParam

example/E05-HttpServer.cpp:16–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14const static char* EXAMPLE_PARAM_KEY = "/http/server/param_key";
15
16struct HttpParam : public GParam {
17 CStatus setup() override {
18 val_ = 0;
19 return CStatus();
20 }
21
22 int val_ {0};
23 int loop_ {0};
24};
25
26
27class ReqeustNode : public GNode {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected