Versions in this module Expand all Collapse all v0 v0.4.0 Mar 19, 2026 v0.3.0 Mar 19, 2026 Changes in this version type Request + Timeout string v0.2.0 Mar 19, 2026 Changes in this version + type Request struct + Body map[string]interface{} + Method string + Name string + ParamsBody []string + ParamsURL []string + Path string + URL string + func Read(filePath string) (*Request, error) + func (r *Request) Execute(ctx context.Context, client *httpclient.Client, base string, ...) (map[string]interface{}, int, time.Duration, error)