http

package
v2.12.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Dec 26, 2016 License: MIT Imports: 21 Imported by: 0

Documentation

Overview

Package http is a generated protocol buffer package.

It is generated from these files:

v2ray.com/core/proxy/http/config.proto

It has these top-level messages:

ServerConfig
ClientConfig

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 Client added in v1.17.1

type Client struct {
}

type ClientConfig added in v1.17.1

type ClientConfig struct {
}

ClientConfig for HTTP proxy client.

func (*ClientConfig) Descriptor

func (*ClientConfig) Descriptor() ([]byte, []int)

func (*ClientConfig) ProtoMessage

func (*ClientConfig) ProtoMessage()

func (*ClientConfig) Reset

func (m *ClientConfig) Reset()

func (*ClientConfig) String

func (m *ClientConfig) String() string

type Server added in v1.17.1

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

Server is a HTTP proxy server.

func NewServer added in v1.17.1

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

NewServer creates a new HTTP inbound handler.

func (*Server) Close added in v1.17.1

func (v *Server) Close()

Close implements InboundHandler.Close().

func (*Server) GenerateResponse added in v1.17.1

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

func (*Server) Port added in v1.17.1

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

Port implements InboundHandler.Port().

func (*Server) Start added in v1.17.1

func (v *Server) Start() error

Start implements InboundHandler.Start().

type ServerConfig

type ServerConfig struct {
	Timeout uint32 `protobuf:"varint,1,opt,name=timeout" json:"timeout,omitempty"`
}

Config for HTTP proxy server.

func (*ServerConfig) Descriptor

func (*ServerConfig) Descriptor() ([]byte, []int)

func (*ServerConfig) GetTimeout

func (m *ServerConfig) GetTimeout() uint32

func (*ServerConfig) ProtoMessage

func (*ServerConfig) ProtoMessage()

func (*ServerConfig) Reset

func (m *ServerConfig) Reset()

func (*ServerConfig) String

func (m *ServerConfig) String() string

type ServerFactory added in v1.17.1

type ServerFactory struct{}

ServerFactory is a InboundHandlerFactory.

func (*ServerFactory) Create added in v1.17.1

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

Create implements InboundHandlerFactory.Create().

func (*ServerFactory) StreamCapability added in v1.17.1

func (v *ServerFactory) StreamCapability() v2net.NetworkList

StreamCapability implements InboundHandlerFactory.StreamCapability().

Jump to

Keyboard shortcuts

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