config.go 139 B

123456789
  1. package http
  2. // Config for HTTP proxy server.
  3. type Config struct {
  4. }
  5. // ClientConfig for HTTP proxy client.
  6. type ClientConfig struct {
  7. }