Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native request fields access for 'Incoming' #12

Open
gear54rus opened this issue Jan 10, 2016 · 0 comments
Open

Native request fields access for 'Incoming' #12

gear54rus opened this issue Jan 10, 2016 · 0 comments

Comments

@gear54rus
Copy link
Contributor

Native request is kept inside _http on an Incoming instance. This is considered private and is not to be accessed from outside.

Need to devise a mechanism that allows read access for those properties. Currently, all needed props are assigned at construction time:

this.remoteAddress = request.socket.remoteAddress;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant