Skip to content
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.

frankhale/AspNetAdapterMiddlewareSandbox

Repository files navigation

#AspNetAdapterMiddlewareSandbox

This is a sandbox for developing AspNetAdapter and Middleware ideas.

##Usage

This is a Visual Studio 2013 solution that shows how to use the adapter and a middleware.

Basically this provides an empty web project that funnels all HTTP requests through the adapter and prints a Hello, World message on the browser.

##License

GNU GPL version 3 http://www.gnu.org/licenses/gpl-3.0.html

// This program is free software: you can redistribute it and/or modify it under
// the terms of the GNU General Public License as published by the Free Software
// Foundation, either version 3 of the License, or (at your option) any later
// version.
//
// This program is distributed in the hope that it will be useful, but WITHOUT
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
// FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
// details.
//
// You should have received a copy of the GNU General Public License along with
// this program.  If not, see <http://www.gnu.org/licenses/>.

##Author

Frank Hale <frankhale@gmail.com>
17 April 2014

About

A sandbox for developing AspNetAdapter and Middleware ideas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages