Versions in this module Expand all Collapse all v0 v0.2.0 May 21, 2022 Changes in this version + type BodyResolver struct + func (r *BodyResolver) Resolve(input []byte) ([]byte, error) + type Options struct + Args []string + Cache cachePkg.Cache + GlobalContext parser.Global v0.1.0 Feb 20, 2022 Changes in this version + func Generate(global parser.Global, request parser.Request) (*http.Request, error) + type Resolver struct + Fn SubFn + func (r *Resolver) Resolve(input []byte) ([]byte, error) + type SubFn func(string) (interface{}, error)