You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thank you for your contributions! I'd like to hazard suggesting a breaking change: replace await-busboy with async-busboy.
What I like about async-busboy is that the interface is cleaner as can be seen in the updated joi-router test fragment below. The property parts has been replaced by multipart to reflect the change:
Currently this module wrap the @fastify/busboy with the same interface as await-busboy, so in practical this module use @fastify/busboy directly and we can provide a different API or expected results format ... Could you please identify exactly what you want exactly, and please check this impl file!!
After completing that work, I came across this project and made the comment above. To be honest, I'd have to go back to the original koajs joi-router project test suite to know the difference. But you're welcome to use the revoinc code if you find merit in it.
Hi,
Thank you for your contributions! I'd like to hazard suggesting a breaking change: replace await-busboy with async-busboy.
What I like about async-busboy is that the interface is cleaner as can be seen in the updated joi-router test fragment below. The property
parts
has been replaced bymultipart
to reflect the change:The text was updated successfully, but these errors were encountered: