Documentation ¶
Index ¶
Constants ¶
View Source
const (
CertificateInfoHeader = "X-Forwarded-Client-Cert"
)
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶
func NewHandler(proxyHandler ProxyHandler) http.Handler
func NewProxyHandler ¶
func NewProxyHandler(group, tenant, eventServicePathPrefix, eventServiceHost, appRegistryPathPrefix, appRegistryHost string) *proxyHandler
Types ¶
type ProxyHandler ¶
type ProxyHandler interface {
ProxyAppConnectorRequests(w http.ResponseWriter, r *http.Request)
}
Click to show internal directories.
Click to hide internal directories.