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

A configurable file upload middleware like the Express Multer usable alone or globally via barf.Augment #10

Open
opensaucerer opened this issue May 21, 2023 · 0 comments

Comments

@opensaucerer
Copy link
Collaborator

Express has a third-party library called multer that provides a middleware-like interface with an abstraction done around busboy for intercepting multipart/form-data and processing it ahead of any further call in the route.

We can implement such for Barf with support for including it as a configuration to barf.Augment for using it as a standalone middleware in any route of choice.

@opensaucerer opensaucerer changed the title A configurable middleware like the Express Multer Usable Alone or Globally via barf.Augment A configurable middleware like the Express Multer usable alone or globally via barf.Augment May 21, 2023
@opensaucerer opensaucerer changed the title A configurable middleware like the Express Multer usable alone or globally via barf.Augment A configurable file upload middleware like the Express Multer usable alone or globally via barf.Augment May 23, 2023
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