Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make validation pluggable by content type #1528

Closed
RobbeSneyders opened this issue May 6, 2022 · 1 comment
Closed

Make validation pluggable by content type #1528

RobbeSneyders opened this issue May 6, 2022 · 1 comment
Assignees
Milestone

Comments

@RobbeSneyders
Copy link
Member

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.

Some previous work has been done on this in #760

Depends on #1525

@RobbeSneyders RobbeSneyders added this to the Connexion 3.0 milestone May 6, 2022
@RobbeSneyders
Copy link
Member Author

#1588 and #1591 tackle this for request and response validation respectively.

@RobbeSneyders RobbeSneyders self-assigned this Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant