MCPcopy Create free account
hub / github.com/sqlmapproject/sqlmap / run

Method run

thirdparty/bottle/bottle.py:3626–3633  ·  view source on GitHub ↗
(self, handler)

Source from the content-addressed store, hash-verified

3624 quiet = True
3625
3626 def run(self, handler): # pragma: no cover
3627 from wsgiref.handlers import CGIHandler
3628
3629 def fixed_environ(environ, start_response):
3630 environ.setdefault('PATH_INFO', '')
3631 return handler(environ, start_response)
3632
3633 CGIHandler().run(fixed_environ)
3634
3635
3636class FlupFCGIServer(ServerAdapter):

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected