Skip to main content
New to RAXE? Start with the Quickstart and learn how detection works.

FastAPI

Middleware Pattern

Scan all incoming requests automatically:

Dependency Injection

Use FastAPI dependencies for cleaner code:

Async with AsyncRaxe

For high-throughput APIs:

Flask

Before Request Hook

Decorator Pattern


Django

Middleware

Add to settings.py:

View Decorator

Django REST Framework


Async Queue Processing

For background job processing:

Batch Processing

For processing large datasets:

Error Handling Pattern

Consistent error handling across your application:

Logging Integration

Structured logging for monitoring:

What’s Next

Production Checklist

Deploy RAXE safely to production

CI/CD Integration

Add RAXE to your CI/CD pipeline