api/rfc.py.dox.md
rfc.py API endpoint.rfc.py because this directory is intentionally flat.rfc.py owns the runtime implementation.rfc.py.dox.md owns durable notes about responsibilities, contracts, side effects, and verification for that implementation.RFC (ApiHandler)
requires_csrf(cls) -> boolrequires_auth(cls) -> boolasync process(self, input: dict, request: Request) -> dict | Responsehelpers.api.ApiHandler; WebSocket handlers must derive from helpers.ws.WsHandler.RFC is an ApiHandler.RFC defines process(...).RFC defines requires_auth(...).RFC defines requires_csrf(...).helpers, helpers.api.runtime.handle_rfc.helpers.api.Response for non-JSON responses, files, redirects, or status-specific replies.No child DOX files.