Class ASGIHandler
Handler for ASGI requests.
Declaration
source linkDocumentation
Methods
Overrides
This method is overriden in:
▷ def create_request(self, scope, body_file) Create the Request object and returns either (request, None) or (None, response) if there is an error response.
▷ def get_script_prefix(self, scope) Return the script prefix to use from either the scope or a setting.
Class methods
▷ def chunk_bytes(cls, data) @classmethod Chunks some data up so it can be sent in reasonable size messages. Yields (chunk, last_chunk) tuples.
@classmethod
def chunk_bytes(
cls,
data,
)