Guides¶
Comprehensive guides to master REROUTE's features.
Core Concepts¶
-
Learn how folder structure maps to API routes
-
Build routes using Python classes
-
Rate limiting, caching, validation, and more
-
Control request/response flow
Configuration¶
-
Customize REROUTE's behavior
-
Configure cross-origin requests
-
Common issues and solutions
Topics¶
- File-based Routing - Organize routes by filesystem
- Class-based Routes - HTTP methods as class methods
- Decorators - Built-in and custom decorators
- Lifecycle Hooks - before_request, after_request, on_error
- Configuration - Custom configuration options
- CORS Setup - Enable and configure CORS
- Troubleshooting - Common issues and solutions
What's Next?¶
After reading the guides, check out:
- Adapters - Framework-specific integration
- Examples - Real-world patterns
- API Reference - Complete API documentation