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

metadata: add ValueFromIncomingContext to more efficiently retrieve a single value #5596

Merged
merged 6 commits into from Sep 7, 2022

Commits on Aug 19, 2022

  1. Add helper for getting value from incoming context

    FromIncomingContext creates a copy of md every time.
    So even if you need a single header value you will get a value and an overhead for this.
    Many interceptors and user code doesn't need all values at a time.
    horpto committed Aug 19, 2022
    Copy the full SHA
    e73bfc2 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. review fixes

    horpto committed Sep 1, 2022
    Copy the full SHA
    3dfd096 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. fixes nits

    horpto committed Sep 7, 2022
    Copy the full SHA
    b6bddb5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    16daf0a View commit details
    Browse the repository at this point in the history
  3. review fixes for ToLower(key)

    horpto committed Sep 7, 2022
    Copy the full SHA
    a4b627a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e399e11 View commit details
    Browse the repository at this point in the history