beyond-code-github / Superscribe

A fresh take on URL routing for Web APIs
Apache License 2.0
64 stars 6 forks source link

Remove dependency on on IAppBuilder for owin related functionality #4

Closed damianh closed 1 year ago

damianh commented 10 years ago

'sup Pete, have had browse of the source code... May I suggest:

  1. Convert all middleware (OwinHandler, OwinRouter, RedirectMiddleware) to use the MidFunc signature and be 'pure' owin.
  2. Move all owin stuff to core project / library (it will be dependency free).
  3. Keep Superscribe.Owin as an integration package with IAppBuilder extensions.

Can send a PR but it'll be quite a refactor.

beyond-code-github commented 10 years ago

Cheers for the feedback brah

Will be giving superscribe some love pretty soon so will make sure I do the IAppBuilder stuff... it's been on my radar for a while now :)

damianh commented 10 years ago

Cool beans! On 29 Jun 2014 15:17, "Pete Smith" notifications@github.com wrote:

Cheers for the feedback brah

Will be giving superscribe some love pretty soon so will make sure I do the IAppBuilder stuff... it's been on my radar for a while now :)

— Reply to this email directly or view it on GitHub https://github.com/Roysvork/Superscribe/issues/4#issuecomment-47454332.