# Packages
No description provided by the author
No description provided by the author
Package middleware contains HTTP middleware utilities.
No description provided by the author
# Functions
NewAppRouter creates a new AppRouter instance with an initialized ServeMux.
# Variables
ErrMissingUserContext is returned when no context is found while attempting to load user from http.Requests context.
# Structs
AppRouter is a custom router that embeds the http.ServeMux.
UserContextHelpers provides pluggable helpers to route structures that use, user context within requests.