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

Method Run

hrp/step_request.go:920–928  ·  view source on GitHub ↗
(r *SessionRunner)

Source from the content-addressed store, hash-verified

918}
919
920func (s *StepRequestExtraction) Run(r *SessionRunner) (*StepResult, error) {
921 if s.step.Request != nil {
922 return runStepRequest(r, s.step)
923 }
924 if s.step.WebSocket != nil {
925 return runStepWebSocket(r, s.step)
926 }
927 return nil, errors.New("unexpected protocol type")
928}
929
930// StepRequestValidation implements IStep interface.
931type StepRequestValidation struct {

Callers

nothing calls this directly

Calls 2

runStepRequestFunction · 0.85
runStepWebSocketFunction · 0.85

Tested by

no test coverage detected