Go to file
Stephen Halter cce9d8f09c Make SocketOutput more testable
- Added a MockLibUv class
- Create a SocketOutputTests class
2015-07-28 16:57:22 -07:00
build
samples Add sample that can produce large responses 2015-07-28 16:57:17 -07:00
src Make SocketOutput more testable 2015-07-28 16:57:22 -07:00
test/Microsoft.AspNet.Server.KestrelTests Make SocketOutput more testable 2015-07-28 16:57:22 -07:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
KestrelHttpServer.sln Add sample that can produce large responses 2015-07-28 16:57:17 -07:00
LICENSE.txt
NuGet.Config
README.md
appveyor.yml
build.cmd
build.sh
global.json
makefile.shade

README.md

KestrelHttpServer

AppVeyor: AppVeyor

Travis: Travis

This repo contains a development 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.