SaturnFramework / Saturn

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern
https://saturnframework.org
MIT License
714 stars 108 forks source link

return an IActionResult over HttpResponse in azure functions handler #136

Closed johlrich closed 5 years ago

johlrich commented 6 years ago

a way to address https://github.com/SaturnFramework/Saturn/issues/135 by creating a noop action result and returning it instead of the context.Response

Krzysztof-Cieslak commented 5 years ago

LGTM, thanks a lot!