MCPcopy Create free account
hub / github.com/acl-dev/acl / doPost

Method doPost

app/wizard_demo/httpd_proxy/http_servlet.cpp:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52bool http_servlet::doPost(request_t& req, response_t& res)
53{
54 const char* path = req.getPathInfo();
55 handler_t handler = path && *path ? handlers_[path] : NULL;
56 return handler ? (this->*handler)(req, res) : transfer_post(req, res);
57}
58
59bool http_servlet::on_hello(request_t& req, response_t& res)
60{

Callers

nothing calls this directly

Calls 1

getPathInfoMethod · 0.80

Tested by

no test coverage detected