docs: add missing headers option to ClientRequest options (#41723)
This commit is contained in:
parent
72c2b9e862
commit
c6102b9278
2 changed files with 4 additions and 3 deletions
|
@ -17,6 +17,8 @@ following properties:
|
|||
method.
|
||||
* `url` string (optional) - The request URL. Must be provided in the absolute
|
||||
form with the protocol scheme specified as http or https.
|
||||
* `headers` Record<string, string | string[]> (optional) - Headers to be sent
|
||||
with the request.
|
||||
* `session` Session (optional) - The [`Session`](session.md) instance with
|
||||
which the request is associated.
|
||||
* `partition` string (optional) - The name of the [`partition`](session.md)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue