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

Method HandleOptions

net/http/server/handler.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void HttpHandler::HandleOptions(const HttpRequest* req, HttpResponse* resp) {
64 MethodNotAllowed(req, resp);
65}
66
67void HttpHandler::HandleTrace(const HttpRequest* req, HttpResponse* resp) {
68 MethodNotAllowed(req, resp);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected