Go to file
Stephen Halter f0137b7b9e Bind to specific IP addresses if provided with any
This still only applies to IPv4.

#98
2015-09-25 16:26:01 -07:00
content
samples
src/Microsoft.AspNet.Server.Kestrel Bind to specific IP addresses if provided with any 2015-09-25 16:26:01 -07:00
test/Microsoft.AspNet.Server.KestrelTests Bind to specific IP addresses if provided with any 2015-09-25 16:26:01 -07:00
tools Using the well-known-header field without checking set bit 2015-09-25 12:49:29 -07:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
KestrelHttpServer.sln Use a timer to generate the value for the Date header in responses: 2015-09-25 14:59:47 -07:00
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd
build.sh
global.json
makefile.shade

README.md

KestrelHttpServer

AppVeyor: AppVeyor

Travis: Travis

This repo contains a web server for ASP.NET 5 based on libuv.

This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.