_internal.asgi

Page actions AI-ready formats and sharing
Open LLM text
Share with AI
Ask Claude Ask ChatGPT Ask Gemini Ask Copilot

Typed ASGI definitions.

Replaces the standard Scope = MutableMapping[str, Any] with typed dataclasses for internal use. Users never see these.

Typed ASGI definitions.

Replaces the standard Scope = MutableMapping[str, Any] with typed dataclasses for internal use. Users never see these.

_internal.asgi

Name Type Default Description
type
qualified_name
element_type
description
source_file
line_number
is_autodoc
autodoc_element
_autodoc_template
_autodoc_url_path
_autodoc_page_type
title
doc_content_hash

Symbols on this page

HTTPScope
class

Typed HTTP scope parsed from raw ASGI scope dict.

Internal only -- users interact with Request, not this.

View source · /home/runner/work/chirp/chirp/site/../src/chirp/_internal/asgi.py:1