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

feat(data_classes): case insensitive header lookup #186

Merged
merged 2 commits into from
Oct 4, 2020

Conversation

michaelbrewer
Copy link
Contributor

Issue #, if available:
#185

Description of changes:

Update BaseProxyEvent get_header_value method to be case insensitive
by default and add a flag for case sensitive lookups

Checklist

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Update BaseProxyEvent `get_header_value` method to be case insensitive
by default and add a flag for case sensitive lookups

Closes #185
@codecov-commenter
Copy link

codecov-commenter commented Oct 1, 2020

Codecov Report

Merging #186 into develop will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #186   +/-   ##
========================================
  Coverage    98.76%   98.76%           
========================================
  Files           64       64           
  Lines         2501     2503    +2     
  Branches       111      113    +2     
========================================
+ Hits          2470     2472    +2     
  Misses          24       24           
  Partials         7        7           
Impacted Files Coverage Δ
...lambda_powertools/utilities/data_classes/common.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6a1ea1b...3a3e716. Read the comment docs.

@heitorlessa heitorlessa merged commit 585f708 into aws-powertools:develop Oct 4, 2020
@michaelbrewer michaelbrewer deleted the feat-case-insensitive-dict branch February 22, 2021 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants