[Archived] A web server for ASP.NET Core based on the Windows Http Server API. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
Chris Ross (ASP.NET) 7f96eab775 #381 handle known headers with no value. 2017-10-11 15:31:00 -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 Create shared package folder for IIS Integration In-process. (#397) 2017-09-25 15:53:33 -07:00
test #381 handle known headers with no value. 2017-10-11 15:31:00 -07:00
.appveyor.yml Update bootstrappers 2017-10-09 12:47:10 -07:00
.gitattributes Build with dotnet 2016-01-11 14:27:53 -08:00
.gitignore Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:32:28 -07:00
.travis.yml Adding libunwind8 to .travis.yml 2017-06-26 09:38:04 -07:00
CONTRIBUTING.md Add Contributing, Readme, and update License file. 2016-09-30 11:45:12 -07:00
Directory.Build.props Use PackageLineup to manage PackageReference versions 2017-08-29 12:39:24 -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 Update LICENSE.txt text 2017-07-03 14:06:09 -07:00
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 Update AppVeyor link/badge 2017-03-08 13:38:17 -08:00
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 Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:32:28 -07:00

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.