You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
Feature Request
What is the desired behavior?
Actually socket-engine does not support getting the request server side. The idea is to have a manner like for express-engine to inject the request
constructor(@Inject(REQUEST) private request: Request) {}
What is the use-case or motivation for the desired behavior?
Sometimes we need to get the request server side to retrieve for example cookies or headers.
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: