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

Ensure that the routers can receive form data #87

Open
imballinst opened this issue Nov 23, 2023 · 2 comments
Open

Ensure that the routers can receive form data #87

imballinst opened this issue Nov 23, 2023 · 2 comments
Assignees

Comments

@imballinst
Copy link
Owner

No description provided.

@imballinst imballinst self-assigned this Nov 23, 2023
@imballinst imballinst changed the title Ensure that the routers can receive not only JSON, but can also form encoded and form data Ensure that the routers can receive form data Nov 23, 2023
@imballinst
Copy link
Owner Author

imballinst commented Jan 7, 2024

Current limitations:

  • We can only process base64 for now (need to be able to derive base64/binary from OpenAPI) (invalid with us using koa-body)
  • Express not supported yet

@imballinst
Copy link
Owner Author

Actually let's just use koa-body instead of body-parser and multer. Seems more simple.

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