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

Chore unify request body and ext request body #1067

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

juhaku
Copy link
Owner

@juhaku juhaku commented Sep 27, 2024

This commit unifies to logic for parsed request body and ext request body from handler function argument. Prior to this commit they had separate implementations for ToTokens but that is changed in this commit for being overly superfluous and error prone. Now they share same ToTokens logic where only difference is how the ComponentSchema is resolved for the different types of request bodies.

This commit unifies to logic for parsed request body and ext request
body from handler function argument. Prior to this commit they had
separate implementations for `ToTokens` but that is changed in this
commit for being overly superfluous and error prone. Now they share same
`ToTokens` logic where only difference is how the `ComponentSchema` is
resolved for the different types of request bodies.
@juhaku juhaku merged commit ac13f48 into master Sep 27, 2024
22 checks passed
@juhaku juhaku deleted the chore-unify-ext-request-body branch September 27, 2024 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Released
Development

Successfully merging this pull request may close these issues.

1 participant