I want to send responses with Flask which conform to HTTP version 1.1 but i can only retrieve responses with HTTP 1.0 from my flask application while my requests clearly ask for HTTP version 1.1.
Is there some option or parameter to set the HTTP version for responses generated by flask?