adapters

package
v0.13.4 Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2019 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RemoveHopByHopHeaders

func RemoveHopByHopHeaders(header http.Header)

RemoveHopByHopHeaders remove hop-by-hop header

Types

type HTTPAdapter

type HTTPAdapter struct {
	R *http.Request
	// contains filtered or unexported fields
}

HTTPAdapter is a adapter for HTTP connection

func NewHTTP

func NewHTTP(request *http.Request, conn net.Conn) *HTTPAdapter

NewHTTP is HTTPAdapter generator

func (*HTTPAdapter) Close

func (h *HTTPAdapter) Close()

Close HTTP connection

func (*HTTPAdapter) Conn

func (h *HTTPAdapter) Conn() net.Conn

Conn return raw net.Conn of HTTP

func (*HTTPAdapter) Metadata

func (h *HTTPAdapter) Metadata() *C.Metadata

Metadata return destination metadata

type SocketAdapter

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

SocketAdapter is a adapter for socks and redir connection

func NewHTTPS

func NewHTTPS(request *http.Request, conn net.Conn) *SocketAdapter

NewHTTPS is HTTPAdapter generator

func NewSocket

func NewSocket(target socks.Addr, conn net.Conn, source C.SourceType) *SocketAdapter

NewSocket is SocketAdapter generator

func (*SocketAdapter) Close

func (s *SocketAdapter) Close()

Close socks and redir connection

func (*SocketAdapter) Conn

func (s *SocketAdapter) Conn() net.Conn

Conn return raw net.Conn

func (*SocketAdapter) Metadata

func (s *SocketAdapter) Metadata() *C.Metadata

Metadata return destination metadata

Jump to

Keyboard shortcuts

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