Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chain ¶
type Chain []Middleware
type LoggableHTTPRequest ¶
type LoggableHTTPRequest struct { Method string URL *url.URL Proto string ProtoMajor int ProtoMinor int Header http.Header Body io.ReadCloser ContentLength int64 TransferEncoding []string Close bool Host string Form url.Values PostForm url.Values MultipartForm *multipart.Form Trailer http.Header RemoteAddr string RequestURI string TLS *tls.ConnectionState }
type Middleware ¶
func NewAuth ¶ added in v0.6.0
func NewAuth( username string, password string, logger lager.Logger, cookieHandler *securecookie.SecureCookie, ) Middleware
func NewHTTPSEnforcer ¶
func NewHTTPSEnforcer(httpsPort uint) Middleware
func NewLogger ¶
func NewLogger(l lager.Logger) Middleware
func NewPanicRecovery ¶
func NewPanicRecovery(logger lager.Logger) Middleware
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
This file was generated by counterfeiter This file was generated by counterfeiter This file was generated by counterfeiter This file was generated by counterfeiter
|
This file was generated by counterfeiter This file was generated by counterfeiter This file was generated by counterfeiter This file was generated by counterfeiter |
Click to show internal directories.
Click to hide internal directories.