API Reference
Audience: All users looking for detailed API documentation.
This section provides comprehensive reference documentation for ActingWeb’s APIs, configuration options, and module interfaces.
Contents
- Interface API
- Hooks Reference
- actingweb.handlers package
- Submodules
- actingweb.handlers.base_handler module
- actingweb.handlers.bot module
- actingweb.handlers.callback_oauth module
- actingweb.handlers.callbacks module
- actingweb.handlers.factory module
- actingweb.handlers.meta module
- actingweb.handlers.oauth2_callback module
- actingweb.handlers.oauth2_endpoints module
- actingweb.handlers.properties module
- actingweb.handlers.resources module
- actingweb.handlers.root module
- actingweb.handlers.subscription module
- actingweb.handlers.trust module
- actingweb.handlers.www module
- Routing Overview
- Database Backends Reference
- Security Cheatsheet
- actingweb code
- Subpackages
- Submodules
- actingweb.actor module
- actingweb.attribute module
- actingweb.auth module
- actingweb.aw_proxy module
- actingweb.aw_web_request module
- actingweb.config module
- actingweb.peertrustee module
- actingweb.property module
- actingweb.subscription module
- actingweb.trust module
- actingweb.runtime_context module
- actingweb.request_context module
- actingweb.logging_config module
- actingweb.log_filter module
- actingweb.db.dynamodb package
High-Level API
- Interface API
Documentation for
ActingWebApp,ActorInterface, and the modern fluent configuration API.- Hooks Reference
Complete reference for all hook decorators and their signatures.
HTTP Handlers
- Handlers
Reference for all HTTP handler classes and their methods.
- Routing Overview
Complete list of routes, browser redirect behavior, and content negotiation rules.
Database Backends
- Database Backends
Detailed comparison of DynamoDB and PostgreSQL backends, performance characteristics, cost analysis, and migration guide.
Configuration & Security
- Security
Security best practices and configuration checklist.
Module Reference
- actingweb
Auto-generated documentation for the actingweb package.
- actingweb.db.dynamodb
Documentation for the DynamoDB database backend.
Quick Links
Common tasks and their reference sections:
Task |
Reference |
|---|---|
Configure the app |
|
Choose database backend |
|
Register hooks |
|
Understand routing |
|
Security checklist |
|
Handler methods |
See Also
Configuration Reference - Configuration guide
Hooks - Hooks tutorial
Developer API - Developer API guide