Skip to content

Make Context class officially accessible #4409

@Digital39999

Description

@Digital39999

What is the feature you are proposing?

Expose currently internal class Context, to enable advanced request/response handling.

Developers often need to construct or manipulate context objects directly for testing, unified request handling (e.g., WebSocket + HTTP), or extensions.

Current workaround is copying code from the repo.

Officially exporting it (with a disclaimer such as “unstable” or “subject to change”) avoids duplication and aligns with how other libraries expose internals.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions