Versions in this module Expand all Collapse all v0 v0.1.0 Mar 8, 2024 Changes in this version + func ExecuteNewRequest(ctx context.Context, method string, u string, body interface{}, ...) error + type RequestConfig struct + BaseURL *url.URL + Buffer []byte + Context context.Context + HTTPClient *http.Client + MaxRetries int + Middlewares []middleware + Request *http.Request + RequestTimeout time.Duration + ResponseBodyInto interface{} + ResponseInto **http.Response + func NewRequestConfig(ctx context.Context, method string, u string, body interface{}, ...) (*RequestConfig, error) + func (cfg *RequestConfig) Apply(opts ...func(*RequestConfig) error) error + func (cfg *RequestConfig) Clone(ctx context.Context) *RequestConfig + func (cfg *RequestConfig) Execute() (err error) Other modules containing this package github.com/DefinitelyATestOrg/sam-go/v2