Skip to content

session: expose HTTP2 session #2

@clshortfuse

Description

@clshortfuse

HTTP2 creates a singular session for all child streams. Exposing this object can help boost performance in some areas since streams can be linked to each other.

For example, at application-level, one child stream that has been authenticated can has that state passed onto the session. Therefore other siblings of the child stream may not need redundant authorization checks.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions