We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi. Will be better if in black-list file we can write comment about excluded hash. For example
0d764298eb31fa4a23cff2c91d5cdd08 //Can't be done, because ctx.Header(k, v) remove k from map if v is empty.
If u is agree, i will create PR.
The text was updated successfully, but these errors were encountered:
That would be a nice feature. BTW, you may use cut to preprocess exclude file in your CI
cut
cut -c-32 mutesting.template > mutesting.blacklist
Sorry, something went wrong.
No branches or pull requests
Hi. Will be better if in black-list file we can write comment about excluded hash. For example
If u is agree, i will create PR.
The text was updated successfully, but these errors were encountered: