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