Giraffe is an F# ASP.NET Core web framework. It has quirks and patterns that I've never encountered before in C# or web programming. The HttpHandler is one of the patterns new to me. Lets take a look at one way to unit test these handlers to ensure our application is working as expected.