We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a23ea0 commit 7973df4Copy full SHA for 7973df4
index.html
@@ -1578,6 +1578,13 @@ <h2>Capabilities</h2>
1578
<td>string
1579
<td>Identifies the <a>default User-Agent value</a> of the <a>endpoint node</a>.
1580
</tr>
1581
+
1582
+ <tr>
1583
+ <td>ProcessID
1584
+ <td>"<code>processID</code>"
1585
+ <td>string
1586
+ <td>Identifies the main process ID of the <a>endpoint node</a>.
1587
+ </tr>
1588
</table>
1589
1590
<section>
@@ -2009,6 +2016,9 @@ <h3>Processing capabilities</h3>
2009
2016
2010
2017
<dt>"<code>userAgent</code>"
2011
2018
<dd>String containing the <a>default User-Agent value</a>.
2019
2020
+ <dt>"<code>processID</code>"
2021
+ <dd>The main PID of the user agent as a <a>number<a>.
2012
2022
</dl>
2013
2023
2014
2024
<li><p>If <var>flags</var> contains "<code>http</code>", add the
0 commit comments