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

Method HandlePost

net/http/server/handler.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void HttpHandler::HandlePost(const HttpRequest* req, HttpResponse* resp) {
52 MethodNotAllowed(req, resp);
53}
54
55void HttpHandler::HandlePut(const HttpRequest* req, HttpResponse* resp) {
56 MethodNotAllowed(req, resp);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected