API Reference - Utilities
Reference documentation for all utility modules and helper models.
All documentation is auto-generated from docstrings in the source code.
Logging components
| Utility | Description |
|---|---|
| LoggingConfigurator | Logging configuration |
| logging_level_checker | To check the active logging level |
HTTP related components
| Utility | Description |
|---|---|
| Headers | Request header parsing |
| Cookie | Cookie creation |
| create_response_object | Create a HTTP response object |
Helper functions
| Function | Description |
|---|---|
| is_attrs | Validates if an object is an attrs class or instance |
| is_pydantic | Validates if an object is a pydantic class or instance |
| verify_identity | Verify an Identity object |
| generate_secret | Generate a random secret string |
| minor_version_gte | To compare the python minor version |