I'm getting started with Binaris functions implemented in Python and I want to return HTML from one of them.
The doc on Node.js gives an example of creating a custom response object and sets Content-Type
header to text/html
.
Does Binaris allow to do the same in Python?