Skip to content
/ owin.dll Public

OWIN defines a standard interface between .NET web servers and web applications.

License

Notifications You must be signed in to change notification settings

owin/owin.dll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

OWIN defines a standard interface between .NET web servers and web applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published