http

package
v1.24.4 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2016 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func StripHopByHopHeaders

func StripHopByHopHeaders(request *http.Request)

@VisibleForTesting

Types

type Client

type Client struct {
}

type ClientConfig

type ClientConfig struct {
}

ClientConfig for HTTP proxy client.

type Config

type Config struct {
	Timeout int
}

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

func (this *Server) Close()

func (*Server) GenerateResponse

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

func (*Server) Port

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

func (*Server) Start

func (this *Server) Start() error

type ServerFactory

type ServerFactory struct{}

func (*ServerFactory) Create

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

func (*ServerFactory) StreamCapability

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

Jump to

Keyboard shortcuts

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