Documentation
¶
Index ¶
Constants ¶
View Source
const AuthLen = 82
AuthLen is the length is http basic auth len(GenKey("Test1234"))
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FlushWriter ¶
type FlushWriter struct {
// contains filtered or unexported fields
}
FlushWriter is ...
type Handler ¶
type Handler struct {
// Server is ...
// shadowsocks server
Server string `json:"server,omitempty"`
// ShadowBox is ...
// outline server
ShadowBox string `json:"shadowbox,omitempty"`
// Users is ...
// shadowsoscks users
Users []string `json:"users,omitempty"`
// contains filtered or unexported fields
}
Handler implements an HTTP handler that ...
func (Handler) CaddyModule ¶
func (Handler) CaddyModule() caddy.ModuleInfo
CaddyModule returns the Caddy module information.
Click to show internal directories.
Click to hide internal directories.