Home
last modified time | relevance | path

Searched defs:FakeHandler (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/test/http/
H A Dhttp_connection_test.cpp28 struct FakeHandler struct
31 static void handleUpgrade( in handleUpgrade()
40 void handle(const std::shared_ptr<Request>& req, in handle()
53 bool called = false;
H A Dhttp2_connection_test.cpp43 struct FakeHandler struct
45 bool called = false;
46 void handle(const std::shared_ptr<Request>& req, in handle()