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
filter_headers
(PS: I am using the https://github.com/kiwicom/pytest-recording tool)
I'd like to ignore all of those X-* headers, but preferably not list them all individually.
X-*
According to e.g. https://www.ibm.com/docs/en/sva/10.0.7?topic=stanza-http-header, only /a-z_-/i are valid Header Names, so there would be no collision
/a-z_-/i
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(PS: I am using the https://github.com/kiwicom/pytest-recording tool)
I'd like to ignore all of those
X-*
headers, but preferably not list them all individually.According to e.g. https://www.ibm.com/docs/en/sva/10.0.7?topic=stanza-http-header, only
/a-z_-/i
are valid Header Names, so there would be no collisionThe text was updated successfully, but these errors were encountered: