* Invert the dependency between connection adapters and Frame - Removed PrepareRequest from IAdaptedConnection and instead added a feature collection to the ConnectionAdapterContext. This allows features to be set once by the adapter instead of per request. It's the Frame's job to copy features from the connection level feature collection into the per request feature collection. - Set the scheme to "https" based on the presence of ITlsConnectionFeature. - Always set ITlsConnection feature if the HttpsAdaptedConnection doesn't throw during the handshake |
||
|---|---|---|
| .vscode | ||
| build | ||
| samples | ||
| src | ||
| test | ||
| tools/CodeGenerator | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| CONTRIBUTING.md | ||
| KestrelHttpServer.sln | ||
| LICENSE.txt | ||
| NuGet.config | ||
| NuGetPackageVerifier.json | ||
| README.md | ||
| ToProjectReferences.ps1 | ||
| appveyor.yml | ||
| build.cmd | ||
| build.ps1 | ||
| build.sh | ||
| version.props | ||
README.md
KestrelHttpServer
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.