Documentation
¶
Index ¶
Constants ¶
View Source
const ( Version = "0.0.1" Name = "proxy" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Proxy ¶
type Proxy struct {
Kite *kite.Kite
TLSConfig *tls.Config
// Proxy properties used to give urls and bind the listener
Scheme string
PublicHost string // If given it must match the domain in certificate.
PublicPort int // Uses for registering and defining the public port.
// contains filtered or unexported fields
}
func (*Proxy) CloseNotify ¶
func (*Proxy) ListenAndServe ¶
ListenAndServe listens on the TCP network address addr and then calls Serve with handler to handle requests on incoming connections.
func (*Proxy) ListenAndServeTLS ¶
func (*Proxy) ReadyNotify ¶
Click to show internal directories.
Click to hide internal directories.