@@ -3059,7 +3059,7 @@ changes:
3059
3059
* ` undefined ` (default): use [ ` http.globalAgent ` ] [ ] for this host and port.
3060
3060
* ` Agent ` object: explicitly use the passed in ` Agent ` .
3061
3061
* ` false ` : causes a new ` Agent ` with default values to be used.
3062
- * ` auth ` {string} Basic authentication i.e. ` 'user:password' ` to compute an
3062
+ * ` auth ` {string} Basic authentication ( ` 'user:password' ` ) to compute an
3063
3063
Authorization header.
3064
3064
* ` createConnection ` {Function} A function that produces a socket/stream to
3065
3065
use for the request when the ` agent ` option is not used. This can be used to
@@ -3085,8 +3085,8 @@ changes:
3085
3085
* ` localPort ` {number} Local port to connect from.
3086
3086
* ` lookup ` {Function} Custom lookup function. ** Default:** [ ` dns.lookup() ` ] [ ] .
3087
3087
* ` maxHeaderSize ` {number} Optionally overrides the value of
3088
- [ ` --max-http-header-size ` ] [ ] for responses received from the server, i.e.
3089
- the maximum length of response headers in bytes .
3088
+ [ ` --max-http-header-size ` ] [ ] (the maximum length of response headers in
3089
+ bytes) for responses received from the server .
3090
3090
** Default:** 16384 (16 KB).
3091
3091
* ` method ` {string} A string specifying the HTTP request method. ** Default:**
3092
3092
` 'GET' ` .
@@ -3099,8 +3099,8 @@ changes:
3099
3099
* ` protocol ` {string} Protocol to use. ** Default:** ` 'http:' ` .
3100
3100
* ` setHost ` {boolean}: Specifies whether or not to automatically add the
3101
3101
` Host ` header. Defaults to ` true ` .
3102
- * ` socketPath ` {string} Unix Domain Socket (cannot be used if one of ` host `
3103
- or ` port ` is specified, those specify a TCP Socket) .
3102
+ * ` socketPath ` {string} Unix domain socket. Cannot be used if one of ` host `
3103
+ or ` port ` is specified, as those specify a TCP Socket.
3104
3104
* ` timeout ` {number}: A number specifying the socket timeout in milliseconds.
3105
3105
This will set the timeout before the socket is connected.
3106
3106
* ` signal ` {AbortSignal}: An AbortSignal that may be used to abort an ongoing
0 commit comments