Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) ListenAndServe ¶ added in v0.1.7
func (s *Server) ListenAndServe(handler func(io.ReadWriter)) error
func (*Server) ListenAndServeTLS ¶
func (s *Server) ListenAndServeTLS(certFile, keyFile string, handler func(io.ReadWriter)) error
Click to show internal directories.
Click to hide internal directories.