# Functions
JSONResponder is a responder that will respond with the given status code and body.
New returns a new *Server.
RelLinkHandler adds a rel link to a response.
# Constants
couldn't clone the request body.
got a request that isn't matched by any matcher.
# Structs
HTTPResponder is a responder for an expected request.
Server is a test server that will serve requests configured with Expect().
# Interfaces
HTTPRequester is an interface that is met by all of octo's requests.