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

Method HandleTrace

net/http/server/handler.cpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void HttpHandler::HandleTrace(const HttpRequest* req, HttpResponse* resp) {
68 MethodNotAllowed(req, resp);
69}
70
71void HttpHandler::HandleConnect(const HttpRequest* req, HttpResponse* resp) {
72 MethodNotAllowed(req, resp);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected