36 packages tagged with “HttpContext”
Integrates NLog as provider for Microsoft.Extensions.Logging, and provides NLog LayoutRenderers to enrich logging output with details from HttpContext.
NLog logging for ASP.NET and ASP.NET MVC. Includes targets and layout renderers for websites and web applications. This package is for ASP.NET 3.5+ For ASP.NET Core: Check https://www.nuget.org/packages/NLog.Web.AspNetCore
Enrich Serilog log events with properties from HttpContext in AspNetCore
Enriches Serilog events with Aspnetcore HttpContext
Fake HttpContext for unit tests
HttpContextMoq is an implementation of AspNetCore.Http.HttpContext that stores a Mock instance and works as a proxy for the real Mock.
Provides access to HttpContext via CompatibilityHttpContextAccessor.Current. Enables older ASP .NET concurrency model. This package is useful for applications that have been ported from ASP .NET to ASP .NET Core and depend on the old behavior of ASP .NET.
Enriches Serilog events with information from HttpContext.Current
RockLib.Logging for AspNetCore. Includes context providers and a logging action filter.
A collection of helpful HttpContext extension methods
Enrich Serilog log events with properties from the current HttpContext.
Enrich Serilog events with properties from Azure Claims.
NWebDav.Server.AspNetCore is a flexible WebDAV server library that can be used to expose files or other data using WebDAV hosted via .NET core.
Http Extension for Nancy to access AspNetCore's HttpContext
Enrich Serilog events with properties from Claims.
Use RequestStrap Class- and Method-level Attributes when unit testing to initialize System.Web.HttpContext.Current prior to running tests. Release 0.2 contains a single Attribute [RequestStrap] which performs minimal initialization of System.Web.HttpContext.Current to allow Application and Cache objects to be used from tests. Requests for changes can be made at http://www.CodeShoutOut.com/RequestStrap
Fake implementations of base classes in System.Web for unit tests
Subs for unit testing AspNetCore HttpContext
Access Log generator for .NET Standard and .NET Core that logs HttpContext events in the CommonLog format. Original idea and code from: Chris Ross @ https://github.com/Tratcher/CommonLog
An NLog layout renderer that allows items in the current HTTP context to be added to a log layout. Example: ${http-context-item:X-RequestId} will log the contents of HttpContext.Current.Items["X-Request-Id"]
Enrich Serilog events with infromation from HttpContext like request, response, header, etc.
Useful extensions for NLog.Web.AspNetCore
Change to referencing PigToolsLiteLib to avoid class name conflicts.
NLog LoggerProvider for Microsoft.Extensions.Logging and ASP.NET Core platform. Adds helpers and layout renderers for websites and web applications. Supported platforms: - For ASP.NET Core 2, .NET Standard 2.0+ and .NET 4.6+
C# util for getting absolute/relative urls.
The Drill.Integration.Web package contains the Drill.Integration.Web assembly which is used to integrate Drill into ASP.NET applications and provide resolution of System.Web.HttpContextBase.
Fake Http Context builder providers some builder to be able to build HttpContext, HttpRequest, HttpResponse and ConnectionInfo class instances. (Uses AspNetCore.Http)
A tool set class library that simplifies the .net development interface.
Extends the ASP.NET Core receivers with webhook parsers implemented using the Newtonsoft.Json library