Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HostCheckMiddleware ¶
type HostCheckMiddleware struct {
ValidDomains vicdns.SetOfDomains
}
HostCheckMiddleware provides middleware for Host header correctness enforcement
func (HostCheckMiddleware) WrapHandler ¶
func (h HostCheckMiddleware) WrapHandler(f func(ctx context.Context, w http.ResponseWriter, r *http.Request, vars map[string]string) error) func(ctx context.Context, w http.ResponseWriter, r *http.Request, vars map[string]string) error
WrapHandler satisfies the Docker middleware interface for HostCheckMiddleware to reject http requests that do not specify a known DNS name for this endpoint in the Host: field of the request
Click to show internal directories.
Click to hide internal directories.