Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
BypassMissing bool `mapstructure:"bypass_missing"`
Allow []string `mapstructure:"allow"`
Deny []string `mapstructure:"deny"`
RejectedHTTPStatusCode int `mapstructure:"rejected_http_status_code"`
RejectedHTTPContentType string `mapstructure:"rejected_http_content_type"`
RejectedHTTPResponseBody string `mapstructure:"rejected_http_response_body"`
}
type UARestriction ¶
type UARestriction struct {
// contains filtered or unexported fields
}
func NewMiddleware ¶
func NewMiddleware(options Options) (*UARestriction, error)
func (*UARestriction) ServeHTTP ¶
func (m *UARestriction) ServeHTTP(ctx context.Context, c *app.RequestContext)
Click to show internal directories.
Click to hide internal directories.