Update 21-httprequest.html

This commit is contained in:
Ibrahim Al-Mahfooz 2019-08-12 22:50:37 +03:00 committed by GitHub
parent 9f062ec1b8
commit 5b9df6d5f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -69,8 +69,8 @@
</div>
<div class="form-row">
<input type="checkbox" id="node-input-http-persist" style="display: inline-block; width: auto; vertical-align: top;">
<label for="node-input-http-persist" style="width: auto" data-i18n="httpin.http-persist"></label>
<input type="checkbox" id="node-input-persist" style="display: inline-block; width: auto; vertical-align: top;">
<label for="node-input-persist" style="width: auto" data-i18n="httpin.persist"></label>
</div>
<div class="form-row">
@ -107,7 +107,7 @@
paytoqs: {value: false},
url:{value:"",validate:function(v) { return (v.trim().length === 0) || (v.indexOf("://") === -1) || (v.trim().indexOf("http") === 0)} },
tls: {type:"tls-config",required: false},
"http-persist":{value:true},
"persist":{value:true},
proxy: {type:"http proxy",required: false},
authType: {value: ""}
},