aspnetcore/src/Servers/Kestrel
James Newton-King 5aa86873c3
Add HTTP/2 HPack static compression (#19521)
2020-03-05 17:08:53 +13:00
..
Core Add HTTP/2 HPack static compression (#19521) 2020-03-05 17:08:53 +13:00
Kestrel unquarantine a pile of long-passing tests (#19440) 2020-02-28 19:02:58 +00:00
Transport.Libuv Apply some fixes 2020-02-19 14:18:29 -08:00
Transport.Quic Allow cert file and private key file to be passed in (#19477) 2020-03-03 20:42:46 -08:00
Transport.Sockets Introduce multiplexed bedrock types (#17213) 2020-02-24 17:56:31 -08:00
perf/Kestrel.Performance Add HTTP/2 HPack static compression (#19521) 2020-03-05 17:08:53 +13:00
samples Eliminate HTTP2 HPack enumerator allocations (#19393) 2020-03-03 12:37:34 +13:00
shared Add HTTP/2 HPack static compression (#19521) 2020-03-05 17:08:53 +13:00
stress
test Add HTTP/2 HPack static compression (#19521) 2020-03-05 17:08:53 +13:00
tools/CodeGenerator Introduce multiplexed bedrock types (#17213) 2020-02-24 17:56:31 -08:00
Directory.Build.props
Kestrel.sln Replat on HTTP/3 changes, fixing up minor nits to be compatible with h3-25 (#18912) 2020-02-11 11:17:42 -08:00
NuGet.config Replat on System.Net.Quic (#18689) 2020-02-07 10:43:08 -08:00
README.md
build.cmd
build.sh
startvs.cmd
xunit.runner.json

README.md

KestrelHttpServer

Kestrel is a cross-platform web server for ASP.NET Core.

File logging for functional test

Turn on file logging for Kestrel functional tests by specifying the environment variable ASPNETCORE_TEST_LOG_DIR to the log output directory.