Versions in this module Expand all Collapse all v1 v1.0.3 Oct 22, 2024 v1.0.2 Aug 16, 2024 Changes in this version type RequestOption + func Proxy(url string) RequestOption v1.0.0 Aug 10, 2024 Changes in this version + func ExecuteRequest(url string, options ...RequestOption) (*types.HTTPResult, error) + type RequestOption interface + Apply func(o *types.RequestOptions) + func BearerToken(method string) RequestOption + func Body(body []byte) RequestOption + func Cookies(cookies map[string]string) RequestOption + func Headers(headers map[string]string) RequestOption + func Method(method string) RequestOption + func MultiPartForm(data map[string]string, files map[string]types.FileDescriptor) RequestOption + func OverloadReader(reader overloadReader) RequestOption + func Retries(count int) RequestOption + func Timeout(time time.Duration) RequestOption