Area

Owin Framework

Owin Framework Home page

The Framework Area of the Owin Framework

This is the Owin Framework itself. The Owin Framework consists of:

  • A set of interfaces that define how middleware from different authors can work togther.
  • A set of configurable mocks for the interfaces to make it easy to write unit tests.
  • A pipeline builder that resolves dependencies between middleware and builds a middleware pipeline.

Further reading

Overview of Owin Framework concepts

The Owin Framework repository

The Owin Framework project