-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
Request response binary format support #710
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
p1c2u
force-pushed
the
feature/request-response-binary-format-support
branch
2 times, most recently
from
October 31, 2023 17:49
87cb61a
to
0cf49c0
Compare
p1c2u
changed the title
Request binary format support
Request response binary format support
Oct 31, 2023
p1c2u
force-pushed
the
feature/request-response-binary-format-support
branch
from
October 31, 2023 17:56
0cf49c0
to
a1e0d88
Compare
Codecov Report
@@ Coverage Diff @@
## master #710 +/- ##
=======================================
Coverage 91.01% 91.02%
=======================================
Files 127 127
Lines 3986 4011 +25
Branches 488 492 +4
=======================================
+ Hits 3628 3651 +23
- Misses 294 295 +1
- Partials 64 65 +1
|
p1c2u
force-pushed
the
feature/request-response-binary-format-support
branch
5 times, most recently
from
November 1, 2023 16:29
9925e1b
to
fa4169c
Compare
This was referenced Nov 1, 2023
p1c2u
force-pushed
the
feature/request-response-binary-format-support
branch
from
November 1, 2023 18:55
fa4169c
to
44c6048
Compare
p1c2u
force-pushed
the
feature/request-response-binary-format-support
branch
from
November 1, 2023 19:50
44c6048
to
10fdbea
Compare
miketheman
added a commit
to miketheman/pyramid_openapi3
that referenced
this pull request
Mar 7, 2024
The underling openapi-code library changed how they pass back the response body in 0.19 Refs: python-openapi/openapi-core#710 Co-authored-by: Wim De Clercq <declewi@gmail.com> Signed-off-by: Mike Fiedler <miketheman@gmail.com>
miketheman
added a commit
to miketheman/pyramid_openapi3
that referenced
this pull request
Mar 7, 2024
The underlying openapi-code library changed how they pass back the response body in 0.19 Refs: python-openapi/openapi-core#710 Co-authored-by: Wim De Clercq <declewi@gmail.com> Signed-off-by: Mike Fiedler <miketheman@gmail.com>
zupo
pushed a commit
to Pylons/pyramid_openapi3
that referenced
this pull request
Mar 7, 2024
The underlying openapi-code library changed how they pass back the response body in 0.19 Refs: python-openapi/openapi-core#710 Co-authored-by: Wim De Clercq <declewi@gmail.com> Signed-off-by: Mike Fiedler <miketheman@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backward incompatibilities
body
ofRequest
protocol returns bytes instead of strdata
ofResponse
protocol returns bytes instead of str