docs: update syntax & JSON schema 🤖

This commit is contained in:
ghost
2026-05-10 10:05:41 +00:00
parent ed7cec560e
commit 2da8669cb0
2 changed files with 20 additions and 0 deletions
+15
View File
@@ -1501,6 +1501,21 @@ This can be used in conjunction with `max-redirects` to control the HTTP request
<div class="dd">
<code>protocol-redirects</code> <i>bool</i>
</div>
<div class="dt">
ProtocolRedirects specifies whether only redirects within the same protocol should be followed.
When set to true with redirects enabled, cross-protocol redirects (e.g. HTTP to HTTPS) will be blocked.
</div>
<hr />
<div class="dd">
<code>pipeline</code> <i>bool</i>
</div>
+5
View File
@@ -865,6 +865,11 @@
"title": "follow same host http redirects",
"description": "Specifies whether redirects to the same host should be followed by the HTTP Client"
},
"protocol-redirects": {
"type": "boolean",
"title": "follow same protocol http redirects",
"description": "Specifies whether only same-protocol redirects should be followed by the HTTP Client"
},
"pipeline": {
"type": "boolean",
"title": "perform HTTP 1.1 pipelining",