MCPcopy
hub / github.com/pyload/pyload / delete

Method delete

module/lib/bottle.py:699–701  ·  view source on GitHub ↗

Equals :meth:`route` with a ``DELETE`` method parameter.

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

Source from the content-addressed store, hash-verified

697 return self.route(path, method, **options)
698
699 def delete(self, path=None, method='DELETE', **options):
700 """ Equals :meth:`route` with a ``DELETE`` method parameter. """
701 return self.route(path, method, **options)
702
703 def error(self, code=500):
704 """ Decorator: Register an output handler for a HTTP error code"""

Callers 4

deleteLinkMethod · 0.45
logoutFunction · 0.45
logoutFunction · 0.45
homeFunction · 0.45

Calls 1

routeMethod · 0.95

Tested by

no test coverage detected