JamesRandall / FunctionMonkey

Write more elegant Azure Functions with less boilerplate, more consistency, and support for REST APIs. Docs can be found at https://functionmonkey.azurefromthetrenches.com
MIT License
294 stars 50 forks source link

HttpResponseHandler not used for BadParameterResponse in http.csharp.handlebars #151

Open MarkusBernhardt opened 4 years ago

MarkusBernhardt commented 4 years ago

We use our custom HttpResponseHandler to format all HTTP responses according to our API. This does not work at the moment for invalid requests to the API.

MarkusBernhardt commented 4 years ago

See pull request #152