Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HTTP ¶
type HTTP struct { Name string `json:"name"` Server string `json:"server"` Port int `json:"port"` Username string `json:"username"` Password string `json:"password"` SNI string `json:"sni"` Protocol string `json:"protocol"` AllowInsecure bool `json:"allowInsecure"` }
func ParseHTTPURL ¶
func (*HTTP) ExportToURL ¶
Click to show internal directories.
Click to hide internal directories.