Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type Server ¶
type Server struct { Addr string Dialer websocket.Dialer Upgrader websocket.Upgrader // contains filtered or unexported fields }
Server is ...
func (*Server) ServeHTTP ¶
func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request)
server http proxy: GET and CONNECT
func (*Server) ServeMITM ¶
func (s *Server) ServeMITM(w http.ResponseWriter, r *http.Request)
ServeMITM is ...
func (*Server) ServeWebSocket ¶
func (s *Server) ServeWebSocket(w http.ResponseWriter, rr, r *http.Request)
ServeWebSocket is ...
Click to show internal directories.
Click to hide internal directories.