feat: http + h2c paralel

This commit is contained in:
Andras Bacsai
2023-01-17 11:12:42 +01:00
parent 9837ae359f
commit 7ddac50008
3 changed files with 59 additions and 12 deletions

View File

@@ -734,8 +734,8 @@
id="isHttp2"
isCenter={false}
bind:setting={isHttp2}
title="Enable HTTP/2 (h2c only)"
description="Enable HTTP/2 protocol. <br><br>HTTP/2 is a major revision of the HTTP network protocol used by the World Wide Web that allows faster web page loading by reducing the number of requests needed to load a web page. <br><br>Useful for gRPC and other HTTP/2 based services."
title="Enable h2c (HTTP/2 without TLS)"
description="Enable h2c protocol. <br><br>HTTP/2 is a major revision of the HTTP network protocol used by the World Wide Web that allows faster web page loading by reducing the number of requests needed to load a web page. <br><br>Useful for gRPC and other HTTP/2 based services."
on:click={() => changeSettings('isHttp2')}
/>
</div>