Click or drag to resize
AccidentalFish.ApplicationSupport.Owin Namespace
Contains OWIN middleware and app builder extensions for using it
Classes
  ClassDescription
Public classHttpCorrelator
Adds a correlation ID header to the request if not already present and also adds it to the response.
Public classHttpLogger
OWIN middleware that logs http requests and responses to a provided repository
Public classIAppBuilderExtensions
Extends the IAppBuilder with extensions for adding a HTTP logger and HTTP correlation ID manager
Interfaces
  InterfaceDescription
Public interfaceIHttpLoggerRepository
Interface implemented by HTTP logger repositories.