Http Extension for Nancy to access AspNetCore's HttpContext. 
                        
                    
         
                Info
| Version: | 2.0.0 | 
| Author(s): | Jeff Pang | 
| Last Update: | Sunday, September 3, 2017 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/jeff-pang/Nancy.AspNetCore.Http | 
| NuGet Url: | https://www.nuget.org/packages/Nancy.AspNetCore.Http | 
Install
Install-Package Nancy.AspNetCore.Http
                        dotnet add package Nancy.AspNetCore.Http
                        paket add Nancy.AspNetCore.Http
                        
                                Nancy.AspNetCore.Http Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.0.0)
 - Nancy(>= 2.0.0)
 - System.Reflection.TypeExtensions(>= 4.3.0)
 - Microsoft.AspNetCore.Http.Abstractions(>= 2.0.0)
 
Tags