# Functions
NewBody creates a new instance of Body.
NewRequest instantiates a new request.
NewRequestForURL instantiates a new request using the passed URL.
NewRequestWithContent instantiates a new request using the passed string for the body content.
NewResponse instantiates a new response.
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
TestDelay is the Retry-After delay used in tests.
TestHeader is the header used in tests.
TestURL is the URL used in tests.