MCPcopy Create free account
hub / github.com/chen3feng/toft / HandleGet

Method HandleGet

net/http/server/handler.cpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void HttpHandler::HandleGet(const HttpRequest* req, HttpResponse* resp) {
48 MethodNotAllowed(req, resp);
49}
50
51void HttpHandler::HandlePost(const HttpRequest* req, HttpResponse* resp) {
52 MethodNotAllowed(req, resp);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected