Class ASGIRequest
Custom request subclass that decodes from an ASGI-standard request dict and wraps request body handling.
Declaration
source linkDocumentation
Methods
▷ def COOKIES(self) @cached_property @cached_property
def COOKIES(self)
▷ def GET(self) @cached_property @cached_property
def GET(self)
▶ def __init__(self, scope, body_file) override