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

Add Support for Custom Headers #211

Open
njegosrailic opened this issue Jun 10, 2024 · 0 comments
Open

Add Support for Custom Headers #211

njegosrailic opened this issue Jun 10, 2024 · 0 comments

Comments

@njegosrailic
Copy link
Contributor

What

The current implementation lacks the ability to add custom headers to HTTP requests. Adding this capability can be useful for various purposes, such as passing custom client information or other metadata.

Description

This feature would enhance the flexibility and utility of the application by allowing users to specify additional headers as needed.

We propose introducing a new command-line flag, --custom-headers, which accepts a comma-separated list of headers in key=value format. The headers will be parsed and added to the HTTP request only if they do not already exist in the request, ensuring that the original headers are not overridden.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant