Go to file
Aristarkh Zagorodnikov 6e45de2205 Improved systemd activation tests (#1930)
* Added BASE_PORT envvar for SampleApp to allow for multiple instances to coexist

* Moved to systemd-socket-activate for activation tests

* Style fixes
2017-07-02 21:06:13 -07:00
.vscode
build Remove NETStandard.Library.NETFramework and update Moq 2017-06-29 10:57:11 -07:00
samples Improved systemd activation tests (#1930) 2017-07-02 21:06:13 -07:00
src Increase default request min rate to 240 bytes/second (#1929). 2017-06-30 14:58:44 -07:00
test Improved systemd activation tests (#1930) 2017-07-02 21:06:13 -07:00
tools/CodeGenerator Rename request body min rate APIs (#1901). 2017-06-29 17:16:34 -07:00
.gitattributes
.gitignore
.travis.yml Attempting to fix systemd activation with minimal changes (#1925) 2017-06-29 11:01:03 -07:00
CONTRIBUTING.md
KestrelHttpServer.sln React to Testing#280. 2017-06-23 16:47:50 -07:00
LICENSE.txt
NuGet.config Updating versions to preview3 2017-06-01 10:47:16 -07:00
NuGetPackageVerifier.json
README.md
ToProjectReferences.ps1 Input Pipeline migration (#1277) 2017-02-17 15:38:13 -08:00
appveyor.yml
build.cmd
build.ps1 Updating build scripts to point to 2.0.0-preview2 KoreBuild 2017-05-31 19:53:24 -07:00
build.sh Updating build scripts to point to 2.0.0-preview2 KoreBuild 2017-05-31 19:53:24 -07:00
version.props Updating versions to preview3 2017-06-01 10:47:16 -07:00

README.md

KestrelHttpServer

Join the chat at https://gitter.im/aspnet/KestrelHttpServer

AppVeyor: AppVeyor

Travis: Travis

This repo contains a cross-platform web server for ASP.NET Core.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.