AsgiResponse
faststream.asgi.response.AsgiResponse #
AsgiResponse(
body: bytes = b"",
status_code: int = 200,
headers: Mapping[str, str] | None = None,
)
faststream.asgi.response.AsgiResponse #AsgiResponse(
body: bytes = b"",
status_code: int = 200,
headers: Mapping[str, str] | None = None,
)
faststream/asgi/response.py