server

package
v0.0.0-...-bee5ca9 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2016 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Option

type Option func(o *Options)

func EnableTLS

func EnableTLS(b bool) Option

func TLSConfig

func TLSConfig(t *tls.Config) Option

type Options

type Options struct {
	EnableTLS bool
	TLSConfig *tls.Config
}

type Server

type Server interface {
	Address() string
	Init(opts ...Option) error
	Handle(path string, handler http.Handler)
	Start() error
	Stop() error
}

func NewServer

func NewServer(address string) Server

Jump to

Keyboard shortcuts

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