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

Method Http

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

Source from the content-addressed store, hash-verified

164{
165public:
166 Http() : process(new HttpProcess())
167 {
168 spawn(process.get());
169 }
170
171 ~Http()
172 {

Callers

nothing calls this directly

Calls 2

spawnFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected