AsyncClientHandler
An async version of ClientHandler.
Attributes
| Attribute | Type | Description |
|---|---|---|
| enforce_csrf_checks | boolean = true | A boolean flag that determines whether the handler should validate CSRF tokens for incoming requests. |
Constructor
Signature
def AsyncClientHandler(
enforce_csrf_checks: boolean = True,
*args: any,
**kwargs: any
)
Parameters
| Name | Type | Description |
|---|---|---|
| enforce_csrf_checks | boolean = True | Determines whether CSRF checks should be enforced for requests handled by this client. |
| *args | any | Variable length argument list passed to the parent class constructor. |
| **kwargs | any | Arbitrary keyword arguments passed to the parent class constructor. |