Analyzer::Python::HttpServer
Inherits Analyzer::Python::PythonEngine < Analyzer < FileHelper < Reference < Object
Constants
DO_METHODS = {"do_get" => "GET", "do_post" => "POST", "do_put" => "PUT", "do_patch" => "PATCH", "do_delete" => "DELETE", "do_head" => "HEAD", "do_options" => "OPTIONS", "do_trace" => "TRACE"}
STDLIB_SERVER_MARKERS_RE = Regex.union("http.server", "HTTPServer", "BaseHTTPRequestHandler", "SimpleHTTPRequestHandler", "wsgiref.simple_server")
Class methods
tech_name
SourceInstance methods
analyze
Sourcetech
Instance-side view of the same declaration. The per-file rescues live on
this base class, which has no way to name the analyzer that is running
inside them, so a skipped file could not be attributed to a tech.
Deriving it from analyzer_for keeps the name written exactly once.