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

Response headers support #332

Merged
merged 1 commit into from
May 19, 2021
Merged

Response headers support #332

merged 1 commit into from
May 19, 2021

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented May 19, 2021

Backward incompatible changes:

  • headers attribute added to OpenAPIResponse datatype

@p1c2u p1c2u force-pushed the feature/response-headers-support branch from d06d03f to a8298aa Compare May 19, 2021 14:01
@codecov
Copy link

codecov bot commented May 19, 2021

Codecov Report

Merging #332 (a78c242) into master (c4fab4c) will decrease coverage by 0.68%.
The diff coverage is 98.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #332      +/-   ##
==========================================
- Coverage   96.38%   95.69%   -0.69%     
==========================================
  Files          80       80              
  Lines        1577     1650      +73     
==========================================
+ Hits         1520     1579      +59     
- Misses         57       71      +14     
Impacted Files Coverage Δ
openapi_core/exceptions.py 86.53% <85.71%> (-0.31%) ⬇️
...api_core/deserializing/parameters/deserializers.py 100.00% <100.00%> (ø)
openapi_core/schema/parameters.py 100.00% <100.00%> (ø)
openapi_core/testing/responses.py 100.00% <100.00%> (ø)
openapi_core/validation/request/validators.py 89.22% <100.00%> (-7.49%) ⬇️
openapi_core/validation/response/datatypes.py 100.00% <100.00%> (ø)
openapi_core/validation/response/validators.py 96.22% <100.00%> (+1.22%) ⬆️
openapi_core/validation/validators.py 98.50% <100.00%> (+1.07%) ⬆️

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 c4fab4c...a78c242. Read the comment docs.

@p1c2u p1c2u force-pushed the feature/response-headers-support branch 3 times, most recently from be5927b to 96b7cae Compare May 19, 2021 20:52
@p1c2u p1c2u force-pushed the feature/response-headers-support branch from 96b7cae to a78c242 Compare May 19, 2021 20:59
@p1c2u p1c2u merged commit 10675ca into master May 19, 2021
@p1c2u p1c2u deleted the feature/response-headers-support branch May 19, 2021 21:09
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.

1 participant