Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWSL ¶
type AWSL struct { ServerHost string ServerPort string URI string Auth string // contains filtered or unexported fields }
AWSL AWSL
type Client ¶
type Client interface { Dial(model.ANetAddr) (net.Conn, error) Verify(net.Conn) error IDTag() (int, string) }
Client listen and handel incomming
type DirectOut ¶
type DirectOut struct {
// contains filtered or unexported fields
}
DirectOut DirectOut
type H2C ¶
type H2C struct { ServerHost string ServerPort string URI string Auth *http.Cookie Client *http.Client // contains filtered or unexported fields }
H2C H2C
Click to show internal directories.
Click to hide internal directories.