AptLarder::Admin::Server
Routes requests between Api and Handler, enforcing independent auth policies: Bearer token for /api/*, HTTP Basic for everything else.
The two handlers are completely independent — Api has no knowledge of the UI, and Handler has no knowledge of the API.
Constructors
Instance methods
Handles a single request: authenticates then dispatches.