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

Method HandlePut

net/http/server/handler.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void HttpHandler::HandlePut(const HttpRequest* req, HttpResponse* resp) {
56 MethodNotAllowed(req, resp);
57}
58
59void HttpHandler::HandleDelete(const HttpRequest* req, HttpResponse* resp) {
60 MethodNotAllowed(req, resp);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected