# Functions
NewMockContextHandler creates a new mock instance.
NewMockForwardProxy creates a new mock instance.
NewMockReverseProxy creates a new mock instance.
NewMockWithMiddleware creates a new mock instance.
# Structs
MockContextHandler is a mock of ContextHandler interface.
MockContextHandlerMockRecorder is the mock recorder for MockContextHandler.
MockForwardProxy is a mock of ForwardProxy interface.
MockForwardProxyMockRecorder is the mock recorder for MockForwardProxy.
MockReverseProxy is a mock of ReverseProxy interface.
MockReverseProxyMockRecorder is the mock recorder for MockReverseProxy.
MockWithMiddleware is a mock of WithMiddleware interface.
MockWithMiddlewareMockRecorder is the mock recorder for MockWithMiddleware.