We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1672ae8 commit 53ca312Copy full SHA for 53ca312
1 file changed
src/Teapot.Web/appsettings.json
@@ -5,5 +5,10 @@
5
"Microsoft": "Warning",
6
"Microsoft.Hosting.Lifetime": "Information"
7
}
8
+ },
9
+ "Kestrel": {
10
+ "EndpointDefaults": {
11
+ "Protocols": "Http1AndHttp2AndHttp3"
12
+ }
13
14
0 commit comments