connexion
connexion copied to clipboard
Make (de)serialization pluggable by content type
It would be great to make (de)serialization pluggable by content type type. The goal would be to be able to register a handler, a class or function with an interface we define, to (de)serialize request / response bodies for certain content types.
Currently Connexion only supports json and form content types, but by making this pluggable, people can implement handlers for unsupported content types, and possibly contribute them back to connexion.
Depends on #1524