@@ -3051,7 +3051,7 @@ changes:
3051
3051
* ` undefined ` (default): use [ ` http.globalAgent ` ] [ ] for this host and port.
3052
3052
* ` Agent ` object: explicitly use the passed in ` Agent ` .
3053
3053
* ` false ` : causes a new ` Agent ` with default values to be used.
3054
- * ` auth ` {string} Basic authentication i.e. ` 'user:password' ` to compute an
3054
+ * ` auth ` {string} Basic authentication ( ` 'user:password' ` ) to compute an
3055
3055
Authorization header.
3056
3056
* ` createConnection ` {Function} A function that produces a socket/stream to
3057
3057
use for the request when the ` agent ` option is not used. This can be used to
@@ -3077,8 +3077,8 @@ changes:
3077
3077
* ` localPort ` {number} Local port to connect from.
3078
3078
* ` lookup ` {Function} Custom lookup function. ** Default:** [ ` dns.lookup() ` ] [ ] .
3079
3079
* ` maxHeaderSize ` {number} Optionally overrides the value of
3080
- [ ` --max-http-header-size ` ] [ ] for responses received from the server, i.e.
3081
- the maximum length of response headers in bytes .
3080
+ [ ` --max-http-header-size ` ] [ ] (the maximum length of response headers in
3081
+ bytes) for responses received from the server .
3082
3082
** Default:** 16384 (16 KB).
3083
3083
* ` method ` {string} A string specifying the HTTP request method. ** Default:**
3084
3084
` 'GET' ` .
@@ -3091,8 +3091,8 @@ changes:
3091
3091
* ` protocol ` {string} Protocol to use. ** Default:** ` 'http:' ` .
3092
3092
* ` setHost ` {boolean}: Specifies whether or not to automatically add the
3093
3093
` Host ` header. Defaults to ` true ` .
3094
- * ` socketPath ` {string} Unix Domain Socket (cannot be used if one of ` host `
3095
- or ` port ` is specified, those specify a TCP Socket) .
3094
+ * ` socketPath ` {string} Unix domain socket. Cannot be used if one of ` host `
3095
+ or ` port ` is specified, as those specify a TCP Socket.
3096
3096
* ` timeout ` {number}: A number specifying the socket timeout in milliseconds.
3097
3097
This will set the timeout before the socket is connected.
3098
3098
* ` signal ` {AbortSignal}: An AbortSignal that may be used to abort an ongoing
0 commit comments