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

Free-form HTTP Header/Body Crafting #2

Open
scottmconway opened this issue May 11, 2023 · 0 comments
Open

Free-form HTTP Header/Body Crafting #2

scottmconway opened this issue May 11, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@scottmconway
Copy link
Owner

Similar to android_income_sms_gateway_webhook's approach with UX, I'd like to be able to specify HTTP headers and the HTTP body in a free-form editor.

When sending the request, some headers (eg. content-length) will be overridden.

Explicit protocols such as kodi would still be supported, but their function would be to auto-fill the template, rather than entirely determining how to send the notification (which they do as of now).

Last, there should be a content-type option that will change the quoting style when inserting parameters into the template.

For an MVP, we can say that JSON (or plaintext) is the only permissible content-type, and enforce JSON quoting.

@scottmconway scottmconway added the enhancement New feature or request label May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant