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

attach req as res.req #36505

Merged
merged 1 commit into from
Jan 18, 2021
Merged

Commits on Jan 18, 2021

  1. http: attach request as res.req

    This change makes it possible for userland http-related modules
    to pave over edge cases that require referencing the original request
    when handling a response--making a "Lodash for HTTP" library possible.
    More information and research in nodejs#28673
    
    Fixes: nodejs#28673
    
    PR-URL: nodejs#36505
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    ianstormtaylor authored and aduh95 committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    fc3f1c3 View commit details
    Browse the repository at this point in the history