Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1578,6 +1578,13 @@ <h2>Capabilities</h2>
<td>string
<td>Identifies the <a>default User-Agent value</a> of the <a>endpoint node</a>.
</tr>

<tr>
<td>ProcessID
<td>"<code>processID</code>"
<td>string
<td>Identifies the main process ID of the <a>endpoint node</a>.
</tr>
</table>

<section>
Expand Down Expand Up @@ -2009,6 +2016,9 @@ <h3>Processing capabilities</h3>

<dt>"<code>userAgent</code>"
<dd>String containing the <a>default User-Agent value</a>.

<dt>"<code>processID</code>"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For example, this could be:

Suggested change
<dt>"<code>processID</code>"
<dt>"<code>processID</code> (optional)"

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right; do we want to say anything here about suggesting that the processID be included iff the client is on localhost?

<dd>The main PID of the user agent as a <a>number</a>.
</dl>

<li><p>If <var>flags</var> contains "<code>http</code>", add the
Expand Down
Loading