adamchainz/apig-wsgi

Treat "application/problem+json" as non binary by default #503

Closed this issue · 1 comments

Description

The mime-type used in connexion is application/problem+json, which is often used to convey errors in a HTTP response, as this is a JSON, there is no reason not to treat it as non binary

Fixed in #503