MCPcopy Create free account
hub / github.com/3rdparty/libprocess / HttpProcess

Method HttpProcess

src/tests/http_tests.cpp:125–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123{
124public:
125 HttpProcess() {}
126
127 MOCK_METHOD1(body, Future<http::Response>(const http::Request&));
128 MOCK_METHOD1(pipe, Future<http::Response>(const http::Request&));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected