# Functions
StaticFileHandler creates a handler serving static files with the correct MIME type.
# Structs
API encapsulates all routes and middleware.
ErrorField contains error details.
ErrorResponse is a generic error response.
SuccessResponse is a generic success response.
# Type aliases
MiddlewareFn is a function that wraps an http.Handler.