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 regular expression matching and sanitizing of headers in ASGI. #1333

Merged
merged 3 commits into from
Oct 24, 2022

Commits on Oct 17, 2022

  1. Add support for regular expression matching and sanitizing of headers…

    … in ASGI.
    
    Next part of open-telemetry#1184
    
    Details:
    
    Add test cases for regular expression matching.
    Add test cases for header sanitizing.
    Add documentation for regular expression matching and header sanitation.
    Various documentation cleanups and standardization.
    Fix keys() in class ASGIGetter so it returns the HTTP header keys instead of a list of available request data. This makes it consistent with the WSGIGetter keys() method.
    Make ASGIGetter.get() compare all keys in a case insensitive manner.
    Move TestCustomHeaders to a separate file to avoid module length error.
    Daniel Rogers committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    6c4ad5f View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    4bf28c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Configuration menu
    Copy the full SHA
    6f23e7d View commit details
    Browse the repository at this point in the history