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

doc: update message.url example in http.IncomingMessage #30830

Closed
wants to merge 3 commits into from

Commits on Dec 7, 2019

  1. doc: update message.url example in http.IncomingMessage

    Update message.url example to use The WHATWG URL API.
    This is because the old example suggests using deprecated url API.
    
    Fixes: nodejs#30048
    Refs: https://nodejs.org/dist/latest-v12.x/docs/api/http.html#http_message_url
    saitolume committed Dec 7, 2019
    Copy the full SHA
    8f76b05 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2019

  1. doc: wrap message.url description at 80 characters

    Wrapped at 80 characters and refactored.
    
    Fixes: nodejs#30048
    Refs: nodejs#30830
    saitolume committed Dec 8, 2019
    Copy the full SHA
    3efb569 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. doc: replace specific strings with variables

    Co-Authored-By: Rich Trott <rtrott@gmail.com>
    saitolume and Trott committed Dec 18, 2019
    Copy the full SHA
    ab5561e View commit details
    Browse the repository at this point in the history