handler.go 237 B

1234567891011121314
  1. package tcpprox
  2. import "net/http"
  3. /*
  4. Handler.go
  5. Handlers for the tcprox. Remove this file
  6. if your application do not need any http
  7. handler.
  8. */
  9. func HandleListProxyConfigs(w http.ResponseWriter, r *http.Request) {
  10. }