package http // Config for HTTP proxy server. type Config struct { } // ClientConfig for HTTP proxy client. type ClientConfig struct { }