- Replace endpoint configuration via .UseUrls() or --server.urls with Listen* methods on KestrelSerrverOptions. - Replace IConnectionFilter with IConnectionAdapter which no longer exposes ServerAddress via a context. - Simplify libuv Listener classes - Support systemd socket activation - Add docker-based test for systemd socket activation to be run on Travis |
||
|---|---|---|
| samples | ||
| src | ||
| test | ||
| tools | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| CONTRIBUTING.md | ||
| KestrelHttpServer.sln | ||
| LICENSE.txt | ||
| NuGet.config | ||
| NuGetPackageVerifier.json | ||
| README.md | ||
| appveyor.yml | ||
| build.cmd | ||
| build.ps1 | ||
| build.sh | ||
| global.json | ||
| makefile.shade | ||