@@ -128,7 +128,7 @@ See [net.Server.close()](net.html#server.close).
128
128
This object is created internally by a HTTP server -- not by
129
129
the user -- and passed as the first argument to a ` 'request' ` listener.
130
130
131
- The request implements the [ Readable Stream] ( streams .html#readable_Stream )
131
+ The request implements the [ Readable Stream] ( stream .html#readable_stream )
132
132
interface. This is an ` EventEmitter ` with the following events:
133
133
134
134
### Event: 'data'
@@ -248,7 +248,7 @@ authentication details.
248
248
This object is created internally by a HTTP server--not by the user. It is
249
249
passed as the second parameter to the ` 'request' ` event.
250
250
251
- The response implements the [ Writable Stream] ( streams .html#writable_Stream )
251
+ The response implements the [ Writable Stream] ( stream .html#writable_stream )
252
252
interface. This is an ` EventEmitter ` with the following events:
253
253
254
254
### Event: 'close'
@@ -583,7 +583,7 @@ event, the entire body will be caught.
583
583
Note: Node does not check whether Content-Length and the length of the body
584
584
which has been transmitted are equal or not.
585
585
586
- The request implements the [ Writable Stream] ( streams .html#writable_Stream )
586
+ The request implements the [ Writable Stream] ( stream .html#writable_stream )
587
587
interface. This is an ` EventEmitter ` with the following events:
588
588
589
589
### Event 'response'
@@ -715,7 +715,7 @@ will be called.
715
715
This object is created when making a request with ` http.request() ` . It is
716
716
passed to the ` 'response' ` event of the request object.
717
717
718
- The response implements the [ Readable Stream] ( streams .html#readable_Stream )
718
+ The response implements the [ Readable Stream] ( stream .html#readable_stream )
719
719
interface. This is an ` EventEmitter ` with the following events:
720
720
721
721
0 commit comments