Versions in this module Expand all Collapse all v0 v0.16.8 Aug 28, 2024 Changes in this version + type HttpRequester struct + func (h *HttpRequester) Done() + func (h *HttpRequester) Init(ctx context.Context, s types.ScenarioStep, proxyAddr *url.URL, debug bool, ...) (err error) + func (h *HttpRequester) Send(client *http.Client, envs map[string]interface{}) (res *types.ScenarioStepResult) + func (h *HttpRequester) Type() string + type HttpRequesterI interface + Init func(ctx context.Context, ss types.ScenarioStep, url *url.URL, debug bool, ...) error + Send func(client *http.Client, envs map[string]interface{}) *types.ScenarioStepResult + type Requester interface + Done func() + Type func() string + func NewRequester(s types.ScenarioStep) (requester Requester, err error) + type SectionReadCloser struct + func (s *SectionReadCloser) Close() error