Go to file
David Fowler 5c775073a4 Initial bedrock refactoring (#1995)
- Added Protocols.Abstractions
 - IConnectionHandler.OnConnection takes an IFeatureCollection instead of
 IConnectionInfo
 - Removed IConnectionContext and IConnectionInformation replaced with
 IConnectionTransportFeature
 - Updated FrameConnectionContext and FrameContext to have the relevant
 state instead of flowing the ConnectionInformation.
 - Updated tests
2017-08-16 00:02:48 -07:00
.vscode Shorten folder names 2017-07-28 11:11:55 -07:00
build Upgrade to xunit 2.3.0-beta3 2017-08-11 17:22:40 -07:00
samples Consume corefxlab packages and private build of C# compiler (#1976) 2017-08-07 13:58:19 -07:00
src Initial bedrock refactoring (#1995) 2017-08-16 00:02:48 -07:00
test Initial bedrock refactoring (#1995) 2017-08-16 00:02:48 -07:00
tools/CodeGenerator Consume corefxlab packages and private build of C# compiler (#1976) 2017-08-07 13:58:19 -07:00
.gitattributes
.gitignore Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:33:07 -07:00
.travis.yml Shorten folder names 2017-07-28 11:11:55 -07:00
CONTRIBUTING.md
KestrelHttpServer.sln Initial bedrock refactoring (#1995) 2017-08-16 00:02:48 -07:00
LICENSE.txt Update LICENSE.txt text 2017-07-03 14:06:38 -07:00
NuGet.config Switch to v3 NuGet feed 2017-08-15 16:14:19 -07:00
NuGetPackageVerifier.json
README.md
ToProjectReferences.ps1
appveyor.yml Skip first time experience on Appveyor 2017-07-10 15:17:41 -07:00
build.cmd Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:33:07 -07:00
build.ps1 Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:33:07 -07:00
build.sh Ensure fallback to curl after failed wget 2017-08-02 14:32:33 -07:00
version.xml Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:33:07 -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.