http

package
v1.18.2 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2016 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func StripHopByHopHeaders added in v1.9.1

func StripHopByHopHeaders(request *http.Request)

@VisibleForTesting

Types

type CertificateConfig added in v1.12.7

type CertificateConfig struct {
	Domain      string
	Certificate tls.Certificate
}

CertificateConfig is the config for TLS certificates used in HTTP proxy.

type Client

type Client struct {
}

type ClientConfig

type ClientConfig struct {
}

ClientConfig for HTTP proxy client.

type Config added in v1.9.1

type Config struct {
	TLSConfig *TLSConfig
}

Config for HTTP proxy server.

type Server

type Server struct {
	sync.Mutex
	// contains filtered or unexported fields
}

Server is a HTTP proxy server.

func NewServer

func NewServer(config *Config, packetDispatcher dispatcher.PacketDispatcher, meta *proxy.InboundHandlerMeta) *Server

func (*Server) Close added in v1.17.1

func (this *Server) Close()

func (*Server) GenerateResponse added in v1.17.1

func (this *Server) GenerateResponse(statusCode int, status string) *http.Response

func (*Server) Port added in v1.17.1

func (this *Server) Port() v2net.Port

func (*Server) Start added in v1.17.1

func (this *Server) Start() error

type ServerFactory added in v1.17.1

type ServerFactory struct{}

func (*ServerFactory) Create added in v1.17.1

func (this *ServerFactory) Create(space app.Space, rawConfig interface{}, meta *proxy.InboundHandlerMeta) (proxy.InboundHandler, error)

func (*ServerFactory) StreamCapability added in v1.17.1

func (this *ServerFactory) StreamCapability() internet.StreamConnectionType

type TLSConfig added in v1.17.1

type TLSConfig struct {
	Enabled bool
	Certs   []*CertificateConfig
}

TlsConfig is the config for TLS connections.

func (*TLSConfig) GetConfig added in v1.17.1

func (this *TLSConfig) GetConfig() *tls.Config

GetConfig returns corresponding tls.Config.

Jump to

Keyboard shortcuts

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