Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 970 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 970 Bytes

What is it?

OWIN defines a standard interface between .NET web servers and web applications. The goal of the OWIN interface is to decouple server and application, encourage the development of simple modules for .NET web development, and, by being an open standard, stimulate the open source ecosystem of .NET web development tools.

Read the specification

owin.org

Note on owin NuGet Package

The OWIN community voted to sunset the owin.dll as it contains only the IAppBuilder interface which is not specified in any form in the current OWIN specification. We recommend you not use the owin NuGet package for any new OWIN related libraries. If you currently use a project that relies on the owin package, you do not need to do anything. The package will remain available in its current state for the foreseeable future.