-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: add --anvil-header flag for customizing HTTP responses #10209
base: master
Are you sure you want to change the base?
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.
while this isn't super invasive and isolated to the HTTP handler, I'm not sure we really need this
oh... I've made changes and only after implementing them I've noticed what you've written yeah I understand that it might not be what you need rn. but I'm just trying to do an issue, so what do you think I have to do rn? is there any sense to continue working on this issue or nah? |
Motivation
closes #8425.
Solution
--anvil-header
CLI flag that accepts multiple header valuesServerConfig
--fork-header
flag for consistency ("Name: Value"
)PR Checklist