mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: fix linter issues
PR-URL: https://github.com/nodejs/node/pull/60636 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
This commit is contained in:
@@ -64,7 +64,7 @@ An [`Agent`][] object for HTTPS similar to [`http.Agent`][]. See
|
||||
Like `http.Agent`, the `createConnection(options[, callback])` method can be overridden
|
||||
to customize how TLS connections are established.
|
||||
|
||||
> See [`http.Agent#createConnection()`][] for details on overriding this method,
|
||||
> See [`agent.createConnection()`][] for details on overriding this method,
|
||||
> including asynchronous socket creation with a callback.
|
||||
|
||||
### `new Agent([options])`
|
||||
@@ -744,6 +744,7 @@ statusCode: 200
|
||||
[`Agent`]: #class-httpsagent
|
||||
[`Session Resumption`]: tls.md#session-resumption
|
||||
[`URL`]: url.md#the-whatwg-url-api
|
||||
[`agent.createConnection()`]: http.md#agentcreateconnectionoptions-callback
|
||||
[`http.Agent(options)`]: http.md#new-agentoptions
|
||||
[`http.Agent`]: http.md#class-httpagent
|
||||
[`http.ClientRequest`]: http.md#class-httpclientrequest
|
||||
|
||||
Reference in New Issue
Block a user