Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

aspnet/KestrelHttpServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5c1fcd6 · Nov 15, 2018
Mar 9, 2018
Jul 2, 2018
Oct 5, 2018
Oct 31, 2018
Nov 14, 2018
Oct 22, 2018
Sep 6, 2018
Nov 14, 2018
Nov 14, 2018
Nov 8, 2018
Oct 25, 2018
Nov 1, 2017
Jul 24, 2018
Sep 29, 2018
Oct 15, 2018
Nov 14, 2018
Sep 27, 2018
Nov 21, 2017
Jul 24, 2018
Nov 15, 2018
Feb 17, 2017
Oct 9, 2017
Oct 9, 2017
Oct 12, 2018
Jul 2, 2018
Oct 9, 2017
Jul 2, 2018
Sep 29, 2018
Jun 28, 2018

Repository files navigation

KestrelHttpServer [Archived]

This GitHub project has been archived. Active development has moved to https://github.com/aspnet/AspNetCore

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 AspNetCore repo.

Building from source

To run a complete build on command line only, execute build.cmd or build.sh without arguments. See developer documentation for more details.

File logging for functional test

Turn on file logging for Kestrel functional tests by specifying the environment variable ASPNETCORE_TEST_LOG_DIR to the log output directory.