# Interfaces
ContextHandler is to handle context info, it just be used for passing params when client/server initialization.
ForwardProxy manages the service discovery, load balance and connection pooling processes.
ReverseProxy replaces the listen address with another one.
WithMiddleware provides function to customize proxy middleware implementation.
# Type aliases
Deprecated: BackwardProxy is deprecated, use ReverseProxy instead.