# Functions
AccessControl wraps an HTTP mux with a middleware that sets
headers for access control and allowed headers.
Allow verifies if the caller method matches the provided method.
CaptureAuth captures an authorization token from an Authorization
header and stored it in a context variable named "authtoken".
CaptureIP captures the caller's IP address and puts it into the
context as "ip".
RequestLogger returns a middleware for logging all requests.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author