Skip to content

Instantly share code, notes, and snippets.

@srdjan
Created June 25, 2014 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srdjan/682735d73d66256d8549 to your computer and use it in GitHub Desktop.
Save srdjan/682735d73d66256d8549 to your computer and use it in GitHub Desktop.
namespace Simplr.Middleware {
public class ResourceResolver : MiddlewareBase {
public override Task Process(IContext context) {...}
}
public class HypermediaValidator : MiddlewareBase {
public override Task Process(IContext context) {...}
}
//...
//additional middleware components
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment