# Functions

No description provided by the author
NewClient creates a new go-rest-assured client.
NewClient creates a new go-rest-assured client and starts serving traffic.
WithCallTracking sets the trackMadeCalls option.
WithHost sets the host option.
WithHTTPClient sets the http client option.
WithCallTracking sets the trackMadeCalls option.
WithPort sets the port option.
WithTLS sets the tls options.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
Call is a structure containing a request that is stubbed or made.
Callback is a structure containing a callback that is stubbed.
No description provided by the author
Client.
Options can be used to configure the rest assured client.

# Type aliases

CallResponse allows control over the Call's Response encoding.
Option is a function on that configures rest assured settings.