doc: Document missing http-stream2 options

This commit is contained in:
Martin Pitt 2022-08-04 16:30:33 +02:00 committed by Martin Pitt
parent 4eab5b3e8f
commit 47d5389039
1 changed files with 4 additions and 1 deletions

View File

@ -720,7 +720,10 @@ payload type:
You may also specify these options:
* "connection": A stable connection identifier.
* "connection": A stable identifier for connection sharing, i.e.
sending multiple requests to a single open connection.
* "method": "GET" (default if not specified), "POST", or other valid HTTP method
* "headers": JSON object with additional request headers
* "tls": Set to a object to use an https connection.
The TLS object can have the following options: