document processes for APIs nested in parent docs

This commit is contained in:
Zeke Sikelianos 2016-11-03 11:50:00 -07:00
parent ac68de6215
commit 21105271a4
5 changed files with 18 additions and 0 deletions

View file

@ -74,6 +74,8 @@ specified protocol scheme in the `options` object.
> Make HTTP/HTTPS requests.
Process: [Main](../tutorial/quick-start.md#main-process)
`ClientRequest` implements the [Writable Stream](https://nodejs.org/api/stream.html#stream_writable_streams)
interface and is therefore an [EventEmitter](https://nodejs.org/api/events.html#events_class_eventemitter).
@ -266,6 +268,8 @@ response object,it will emit the `aborted` event.
> Handle responses to HTTP/HTTPS requests.
Process: [Main](../tutorial/quick-start.md#main-process)
`IncomingMessage` implements the [Readable Stream](https://nodejs.org/api/stream.html#stream_readable_streams)
interface and is therefore an [EventEmitter](https://nodejs.org/api/events.html#events_class_eventemitter).