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

Method put

thirdparty/bottle/bottle.py:929–931  ·  view source on GitHub ↗

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

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

Source from the content-addressed store, hash-verified

927 return self.route(path, method, **options)
928
929 def put(self, path=None, method='PUT', **options):
930 """ Equals :meth:`route` with a ``PUT`` method parameter. """
931 return self.route(path, method, **options)
932
933 def delete(self, path=None, method='DELETE', **options):
934 """ Equals :meth:`route` with a ``DELETE`` method parameter. """

Callers 3

_bruteProcessVariantAFunction · 0.80
_bruteProcessVariantBFunction · 0.80
enqueueFunction · 0.80

Calls 1

routeMethod · 0.95

Tested by

no test coverage detected