-
-
Notifications
You must be signed in to change notification settings - Fork 249
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
Http4s Module upload support #945
Http4s Module upload support #945
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great to see this added!
Can you add some tests like the ones for Play? I realize some of my comments also apply to the Play adapter (about random), I will modify it.
By the way the Play adapter is missing batching support: https://github.com/jaydenseric/graphql-multipart-request-spec#operations-2. Not sure it's something you want to handle while you're at it. |
@ghostdogpr thanks for a quick review, hope tomorrow I'll have time to address your comments 🚀 Actually indeed that is the portion of the code that I'm using right now, but in the future I can see this (batching) being handy. Thanks for a pointer! |
@ghostdogpr ready for the final review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for the contribution!
This PR just ports the Caliban Play module upload support.