vhost

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2016 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetHttpHostname

func GetHttpHostname(c *conn.Conn) (_ net.Conn, routerName string, err error)

func GetHttpsHostname added in v0.7.0

func GetHttpsHostname(c *conn.Conn) (sc net.Conn, routerName string, err error)

Types

type HttpMuxer

type HttpMuxer struct {
	*VhostMuxer
}

func NewHttpMuxer

func NewHttpMuxer(listener *conn.Listener, timeout time.Duration) (*HttpMuxer, error)

type HttpsMuxer added in v0.7.0

type HttpsMuxer struct {
	*VhostMuxer
}

func NewHttpsMuxer added in v0.7.0

func NewHttpsMuxer(listener *conn.Listener, timeout time.Duration) (*HttpsMuxer, error)

type Listener

type Listener struct {
	// contains filtered or unexported fields
}

func (*Listener) Accept

func (l *Listener) Accept() (*conn.Conn, error)

func (*Listener) Close

func (l *Listener) Close() error

func (*Listener) Name

func (l *Listener) Name() string

type VhostMuxer

type VhostMuxer struct {
	// contains filtered or unexported fields
}

func NewVhostMuxer

func NewVhostMuxer(listener *conn.Listener, vhostFunc muxFunc, timeout time.Duration) (mux *VhostMuxer, err error)

func (*VhostMuxer) Listen

func (v *VhostMuxer) Listen(name string) (l *Listener, err error)

Jump to

Keyboard shortcuts

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