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

Method post

thirdparty/bottle/bottle.py:925–927  ·  view source on GitHub ↗

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

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

Source from the content-addressed store, hash-verified

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. """
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. """

Callers

nothing calls this directly

Calls 1

routeMethod · 0.95

Tested by

no test coverage detected