Info
Version: | 0.0.5 |
Author(s): | Daniel Crenna |
Last Update: | Monday, October 29, 2012 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://github.com/danielcrenna/httpcontext-shim |
NuGet Url: | https://www.nuget.org/packages/HttpContextShim |
Install
Install-Package HttpContextShim
dotnet add package HttpContextShim
paket add HttpContextShim
HttpContextShim Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.WebApi.Core(4.0.20710.0)
Tags
Use this in place of HttpContext when developing middleware, and add the HttpContextHandler first in line in your Web API message handler stack, to support HttpContext wherever your API is hosted.