Skip to content

Document the "stream_id" response extension. #693

@lovelydinosaur

Description

@lovelydinosaur

HTTP/2 responses include a "stream_id" response extension...

return Response(
status=status,
headers=headers,
content=HTTP2ConnectionByteStream(self, request, stream_id=stream_id),
extensions={"stream_id": stream_id, "http_version": b"HTTP/2"},
)

Which shows the stream ID for this response as used on the HTTP/2 connection.

We should include this in the docs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions