Closed jamesward closed 3 years ago
"options": { "use-http2": true }
If true set --use-http2. If false then set --no-use-http2. If not set then omit.
true
--use-http2
false
--no-use-http2
more briefly http2 might be better.
http2
So far we've tried to stay consistent with the CLI flags so like allow-unauthenticated == --allow-unauthenticated but I'm down with whatever.
allow-unauthenticated
--allow-unauthenticated
If
true
set--use-http2
. Iffalse
then set--no-use-http2
. If not set then omit.