This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Example code for my blog post on function shims for NancyFx request handlers | |
* Blog post is here: http://anthonysteele.co.uk/more-patterns-for-web-services-in-nancyfx | |
*/ | |
using System; | |
using System.Collections.Generic; | |
using System.Threading.Tasks; | |
using Nancy; |