MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / get

Method get

thirdparty/bottle/bottle.py:921–923  ·  view source on GitHub ↗

Equals :meth:`route`.

(self, path=None, method='GET', **options)

Source from the content-addressed store, hash-verified

919 return decorator(callback) if callback else decorator
920
921 def get(self, path=None, method='GET', **options):
922 """ Equals :meth:`route`. """
923 return self.route(path, method, **options)
924
925 def post(self, path=None, method='POST', **options):
926 """ Equals :meth:`route` with a ``POST`` method parameter. """

Callers 15

buildMethod · 0.45
get_configMethod · 0.45
__init__Method · 0.45
get_urlMethod · 0.45
_castMethod · 0.45
wsgiMethod · 0.45
_match_tailMethod · 0.45
readMethod · 0.45
pathMethod · 0.45
methodMethod · 0.45
get_headerMethod · 0.45

Calls 1

routeMethod · 0.95

Tested by

no test coverage detected