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

Method HandleDelete

net/http/server/handler.cpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void HttpHandler::HandleDelete(const HttpRequest* req, HttpResponse* resp) {
60 MethodNotAllowed(req, resp);
61}
62
63void HttpHandler::HandleOptions(const HttpRequest* req, HttpResponse* resp) {
64 MethodNotAllowed(req, resp);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected