Documentation
¶
Index ¶
- func GetHttpRequestInfo(c *conn.Conn) (_ net.Conn, _ map[string]string, err error)
- func GetHttpsHostname(c *conn.Conn) (sc net.Conn, _ map[string]string, err error)
- func HttpAuthFunc(c *conn.Conn, userName, passWord, authorization string) (bAccess bool, err error)
- func HttpHostNameRewrite(c *conn.Conn, rewriteHost string) (_ net.Conn, err error)
- type HttpMuxer
- type HttpsMuxer
- type Listener
- type VhostMuxer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetHttpRequestInfo ¶ added in v0.9.0
func GetHttpsHostname ¶
func HttpAuthFunc ¶ added in v0.9.0
Types ¶
type HttpMuxer ¶
type HttpMuxer struct {
*VhostMuxer
}
type VhostMuxer ¶
type VhostMuxer struct {
// contains filtered or unexported fields
}
func NewVhostMuxer ¶
Click to show internal directories.
Click to hide internal directories.