# Functions
No description provided by the author
NewClient returns a new resty Client.
NewClientWithConfigPath returns a new resty Client with options from config path.
NewClientWithOptions returns a new resty Client with options.
NewOptions returns options from config file or environment vars.
NewOptionsWithPath unmarshals a given key path into options and returns it.
# Constants
No description provided by the author
# Structs
Options represents resty client options.
OptionsTransport represents resty transport options.
# Type aliases
Plugin defines a function to process plugin.