# Functions
Allow returns an xfilter that always returns a nil error.
NewConstructor returns an Alice-style decorator that filters requests sent to the decorated handler.
Reject returns an xfilter that always returns the given error.
No description provided by the author
No description provided by the author
# Interfaces
Interface is essentially a predicate that determines whether a request is allowed.