server

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 12, 2015 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CertContext

type CertContext struct {
	PKFile         string
	ServerCertFile string
	PK             *keyman.PrivateKey
	ServerCert     *keyman.Certificate
}

CertContext encapsulates the certificates used by a Server

type Server

type Server struct {
	Addr net.Addr
	Tls  bool
	// contains filtered or unexported fields
}

func NewServer

func NewServer(handler http.Handler) *Server

func (*Server) AddListenerWrappers

func (s *Server) AddListenerWrappers(listenerGens ...listenerGenerator)

func (*Server) ServeHTTP

func (s *Server) ServeHTTP(addr string, readyCb func(addr string)) error

func (*Server) ServeHTTPS

func (s *Server) ServeHTTPS(addr, keyfile, certfile string, readyCb func(addr string)) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL