Go to file
Nate McMaster d4c0d4b81e Adds an EventSource named 'Microsoft-AspNetCore-Server-Kestrel' with the following event and properties:
ConnectionStart:
 - connectionId
 - scheme
 - localEndPoint
 - remoteEndPoint

ConnectionStop:
 - connectionId
2017-03-14 16:59:11 -07:00
build Re-add .NET Framework to tests and other cleanup (#1494) 2017-03-14 11:02:49 -07:00
samples Re-add .NET Framework to tests and other cleanup (#1494) 2017-03-14 11:02:49 -07:00
src Adds an EventSource named 'Microsoft-AspNetCore-Server-Kestrel' with the following event and properties: 2017-03-14 16:59:11 -07:00
test Adds an EventSource named 'Microsoft-AspNetCore-Server-Kestrel' with the following event and properties: 2017-03-14 16:59:11 -07:00
tools/CodeGenerator Re-add .NET Framework to tests and other cleanup (#1494) 2017-03-14 11:02:49 -07:00
.gitattributes
.gitignore Remove custom BenchmarkDotNet toolchain. 2017-02-21 12:05:16 -08:00
.travis.yml Update appveyor to VS 2017 2017-03-14 12:39:39 -07:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:48:17 -07:00
KestrelHttpServer.sln Log rejected request targets. 2017-03-12 18:37:08 -07:00
LICENSE.txt
NuGet.config use rtm appveyor 2017-03-02 21:44:36 -08:00
NuGetPackageVerifier.json Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:42:17 -08:00
README.md Add Gitter badge (#1371) 2017-02-18 14:16:02 -08:00
ToProjectReferences.ps1 Input Pipeline migration (#1277) 2017-02-17 15:38:13 -08:00
appveyor.yml Update appveyor to VS 2017 2017-03-14 12:39:39 -07:00
build.cmd Return the error code from build.cmd 2016-02-28 10:12:15 -08:00
build.ps1 Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -08:00
build.sh Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -08:00
version.props Cleanup MSBuild conversion 2017-02-16 09:44:58 -08:00

README.md

KestrelHttpServer

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

AppVeyor: AppVeyor

Travis: Travis

This repo contains a web server for ASP.NET Core based on libuv.

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.