Skip to content

Instantly share code, notes, and snippets.

@samueleresca
Created April 9, 2018 19:54
Show Gist options
  • Save samueleresca/b18a561be3a5bb7c3f420c26eae2814c to your computer and use it in GitHub Desktop.
Save samueleresca/b18a561be3a5bb7c3f420c26eae2814c to your computer and use it in GitHub Desktop.
type HttpFuncResult = Task<HttpContext option>
type HttpFunc = HttpContext -> HttpFuncResult
type HttpHandler = HttpFunc -> HttpContext -> HttpFuncResult
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment