This is a legacy package for hosting ASP.NET Web API within your own process (outside of IIS). Please use the Microsoft.AspNet.WebApi.OwinSelfHost package for new projects.
Seamlessly adds a Swagger to WebApi projects! Compiled for .NET 4.5 and up. This helps with mono compatability and does not require any assembly redirects.
Owin Middleware to generate WebApi help pages without dependencies on MVC or System.Web. Great for self hosted WebApi. Razor is used for the documentation templates to make it easy to customize. Based on Yao's example http://goo.gl/0YMkKq
Compression (Deflate / GZip) module for Microsoft OWIN self host web server. With this module you can compress, deflate / gzip large files (like concatenated *.js or *.css files) to reduce amount of web traffic.