Go to file
Chris Ross (ASP.NET) 02331040a1 Dispose of the existing native context before creating a new one. 2017-10-30 21:41:57 -07:00
build Use PackageLineup to manage PackageReference versions 2017-08-29 12:39:24 -07:00
samples Use PackageLineup to manage PackageReference versions 2017-08-29 12:39:24 -07:00
shared/Microsoft.AspNetCore.HttpSys.Sources #381 handle known headers with no value. 2017-10-11 15:31:00 -07:00
src Dispose of the existing native context before creating a new one. 2017-10-30 21:41:57 -07:00
test Re-enable skipped tests 2017-10-30 10:18:44 -07:00
.appveyor.yml Update bootstrappers 2017-10-09 12:47:10 -07:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
Directory.Build.props Add RepositoryRoot 2017-10-18 09:39:39 -07:00
Directory.Build.targets Use PackageLineup to manage PackageReference versions 2017-08-29 12:39:24 -07:00
HttpSysServer.sln Create shared package folder for IIS Integration In-process. (#397) 2017-09-25 15:53:33 -07:00
LICENSE.txt
NuGet.config Use PackageLineup to manage PackageReference versions 2017-08-29 12:39:24 -07:00
NuGetPackageVerifier.json Create shared package folder for IIS Integration In-process. (#397) 2017-09-25 15:53:33 -07:00
README.md
build.cmd Update bootstrappers 2017-10-09 12:47:10 -07:00
build.sh Update bootstrappers 2017-10-09 12:47:10 -07:00
run.cmd Update bootstrappers 2017-10-09 12:47:10 -07:00
run.ps1 Update bootstrappers 2017-10-09 12:47:10 -07:00
run.sh Update bootstrappers 2017-10-09 12:47:10 -07:00
version.xml

README.md

HttpSysServer

AppVeyor Travis
AppVeyor Travis

This repo contains a web server for ASP.NET Core based on the Windows Http Server API.

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.