-
-
Notifications
You must be signed in to change notification settings - Fork 839
Open
Labels
enhancementNew feature or request.New feature or request.
Description
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
Labels
enhancementNew feature or request.New feature or request.