# Functions
NewAssuredEndpoints creates a new instance of assured endpoints.
No description provided by the author
NewClient creates a new go-rest-assured client.
WithCallTracking sets the trackMadeCalls option.
WithContext sets the context option.
WithHost sets the host option.
WithHTTPClient sets the http client option.
WithLogger sets the logger to be used.
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
AssuredEndpoints.
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.