Skip to content

Commit

Permalink
http: fix extends for ClientRequest from Stream to http.OutgoingMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
kcak11 authored Apr 7, 2022
1 parent b7e2e87 commit f636bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ agent. Do not modify.
added: v0.1.17
-->

* Extends: {Stream}
* Extends: {http.OutgoingMessage}

This object is created internally and returned from [`http.request()`][]. It
represents an _in-progress_ request whose header has already been queued. The
Expand Down

0 comments on commit f636bf8

Please sign in to comment.