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

Method HandleConnect

net/http/server/handler.cpp:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void HttpHandler::HandleConnect(const HttpRequest* req, HttpResponse* resp) {
72 MethodNotAllowed(req, resp);
73}
74
75void HttpHandler::MethodNotAllowed(const HttpRequest* req, HttpResponse* resp) {
76 resp->SetStatus(HttpResponse::Status_MethodNotAllowed);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected