MCPcopy
hub / github.com/httprunner/httprunner / StepRequestExtraction

Struct StepRequestExtraction

hrp/step_request.go:885–887  ·  view source on GitHub ↗

StepRequestExtraction implements IStep interface.

Source from the content-addressed store, hash-verified

883
884// StepRequestExtraction implements IStep interface.
885type StepRequestExtraction struct {
886 step *TStep
887}
888
889// WithJmesPath sets the JMESPath expression to extract from the response.
890func (s *StepRequestExtraction) WithJmesPath(jmesPath string, varName string) *StepRequestExtraction {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected