Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dependencies ¶ added in v0.5.0
type Dependencies struct {
Host *host.Host
Guard websecurity.Guard
}
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶ added in v0.5.0
func NewHandler(deps Dependencies) (*Handler, error)
type HostConfigError ¶ added in v0.5.0
type HostConfigError = host.HostConfigError
type Route ¶
type Route struct {
Method string
Path string
Effect websecurity.RouteEffect
}
Click to show internal directories.
Click to hide internal directories.