MCPcopy Index your code
hub / github.com/httprunner/httprunner / request

Method request

httprunner/step.py:42–43  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

40
41 @property
42 def request(self) -> TRequest:
43 return self.__step.struct().request
44
45 @property
46 def testcase(self) -> TestCase:

Calls 1

structMethod · 0.45