# Functions
NewMockHTTPClient creates a new mock instance.
NewMockHTTPHandler creates a new mock instance.
NewMockHTTPServer creates a new mock instance.
# Structs
MockHTTPClient is a mock of HTTPClient interface.
MockHTTPClientMockRecorder is the mock recorder for MockHTTPClient.
MockHTTPHandler is a mock of HTTPHandler interface.
MockHTTPHandlerMockRecorder is the mock recorder for MockHTTPHandler.
MockHTTPServer is a mock of HTTPServer interface.
MockHTTPServerMockRecorder is the mock recorder for MockHTTPServer.