MCPcopy
hub / github.com/pyload/pyload / get

Method get

module/lib/bottle.py:687–689  ·  view source on GitHub ↗

Equals :meth:`route`.

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

Source from the content-addressed store, hash-verified

685 return decorator(callback) if callback else decorator
686
687 def get(self, path=None, method='GET', **options):
688 """ Equals :meth:`route`. """
689 return self.route(path, method, **options)
690
691 def post(self, path=None, method='POST', **options):
692 """ Equals :meth:`route` with a ``POST`` method parameter. """

Callers 15

__init__Method · 0.45
checkThreadCountMethod · 0.45
getLimitMethod · 0.45
runMethod · 0.45
runMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
buildMethod · 0.45
get_urlMethod · 0.45
_castMethod · 0.45
wsgiMethod · 0.45
pathMethod · 0.45

Calls 1

routeMethod · 0.95

Tested by

no test coverage detected