prefect.server.utilities.http
should_redact_header(key)
Indicates whether an HTTP header is sensitive or noisy and should be redacted from events and templates.
Source code in src/prefect/server/utilities/http.py
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
|