# Functions
NewBody creates a new instance of Body.
NewBodyClose creates a new instance of Body.
NewRequest instantiates a new request.
NewRequestForURL instantiates a new request using the passed URL.
NewRequestWithCloseBody instantiates a new request.
NewRequestWithCloseBodyContent instantiates a new request using the passed string for the body content.
NewRequestWithContent instantiates a new request using the passed string for the body content.
NewRequestWithParams instantiates a new request using the provided parameters.
NewResponse instantiates a new response.
NewResponseWithBodyAndStatus instantiates a new response using the specified mock body, status and status code.
NewResponseWithContent instantiates a new response with the passed string as the body content.
NewResponseWithStatus instantiates a new response using the passed string and integer as the status and status code.
NewSender creates a new instance of Sender.
SetAcceptedHeaders adds the headers usually associated with a 202 Accepted response.
SetLocationHeader adds the Location header.
SetResponseHeader adds a header to the passed response.
SetResponseHeaderValues adds a header containing all the passed string values.
SetRetryHeader adds the Retry-After header.
# Constants
TestAuthorizationHeader is a faux HTTP Authorization header value.
TestAzureAsyncURL is a URL used in Azure asynchronous tests.
TestBadURL is a malformed URL.
TestDelay is the Retry-After delay used in tests.
TestHeader is the header used in tests.
TestLocationURL is a URL used in Azure asynchronous tests.
TestURL is the URL used in tests.