Documentation
¶
Index ¶
Constants ¶
View Source
const ( MinPort = 0 MaxPort = 65535 )
Variables ¶
View Source
var ( ErrInvalidPortSyntax = gperr.New("invalid port syntax, expect [listening_port:]target_port") ErrPortOutOfRange = gperr.New("port out of range") )
View Source
var ErrInvalidScheme = gperr.New("invalid scheme")
Functions ¶
This section is empty.
Types ¶
type HTTPConfig ¶
Click to show internal directories.
Click to hide internal directories.