-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
Can we specify stdin as a datasource? #230
Comments
Hi @josdotso, thanks for the feature request! I think this sounds reasonable. I'll see what I can do! |
@josdotso there's a hitch with your suggested syntax... How about providing a fake filename with a
Another approach could be to allow setting/overriding the MIME type directly as a URL query parameter, like this:
Obviously more verbose, though the same approach could be applied generally to other datasource types to allow overriding the MIME type... 🤔 I think there's still value in allowing |
Thanks for the feedback! Any method would be fine with me. I actually ran into the mime issue with a |
Ok! I like both approaches, and I may add the second as a more general flexibility thing... But for now I'll implement the first 😉 |
Use case example:
The text was updated successfully, but these errors were encountered: