Documentation
¶
Index ¶
Constants ¶
View Source
const ( LOG_LEV_ERR = 0 LOG_LEV_WARN = 1 LOG_LEV_INFO = 2 LOG_LEV_DEBUG = 4 )
View Source
const RESPONSE_BUF_SIZ = 512
Variables ¶
This section is empty.
Functions ¶
func ReverseServe ¶
func ReverseTrans ¶ added in v0.0.15
Types ¶
type FullDuplexStream ¶
type Proxy ¶
type Proxy struct {
TlsCfg *tls.Config
QuicConf *quic.Config
ReadTimeout time.Duration
WriteTimeout time.Duration
// contains filtered or unexported fields
}
func (*Proxy) ListenAndServe ¶
type Response ¶
type Response struct {
// contains filtered or unexported fields
}
func (*Response) WriteHeader ¶
Click to show internal directories.
Click to hide internal directories.