-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Extensions interface #1243
Comments
Stuff we'd love to use grpc-gateway for that we right now can't:
For the download bits, I could imagine that httpbody responses are somehow concatenated; but at any rate, I wonder how this could be turned into an extension. |
Some recent life issues mean I can't give this the attention I wanted, for at least the immediate future, sorry :( |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Starting following discussion in multipart-upload issue #410 (comment).
We'd like to support user extensions to the gateway for issues like these that are unlikely to be added to the gateway itself but could be useful to users. The PoC implementation of a multipart upload extension will serve as a base for understanding what such an interface could look like.
Quoting @majelbstoat:
I think we should start smaller - see if we can do this without any changes to the generators at all. Imagine a
runtime.WithExtension(thing)
which would encapsulate all the functionality.The text was updated successfully, but these errors were encountered: