Pass HTTP response object even if the request fails by costapombo · Pull Request #12447 · swagger-api/swagger-codegen
Navigation Menu
{{ message }}
swagger-api / swagger-codegen Public
- Notifications You must be signed in to change notification settings
- Fork 6k
Open
Pass HTTP response object even if the request fails#12447
costapombo wants to merge 2 commits intoswagger-api:masterfrom
Pass HTTP response object even if the request fails#12447
costapombo wants to merge 2 commits intoswagger-api:masterfrom
Conversation
Copy link Copy Markdown
costapombo
commented
Aug 14, 2024
costapombo
commented
PR checklist
- [ x] Read the contribution guidelines.
- Ran the shell script under
./bin/to update Petstore sample so that CIs can verify the change. (For instance, only need to run./bin/{LANG}-petstore.shand./bin/security/{LANG}-petstore.shif updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in.\bin\windows\. - Filed the PR against the correct branch:
3.0.0branch for changes related to OpenAPI spec 3.0. Default:master. - Copied the technical committee to review the pull request if your PR is targeting a particular programming language.
Description of the PR
Some services send HTTP headers with content that helps investigating errors. With the current implementation it is not possible to read those headers.
costapombo added 2 commits
August 14, 2024 15:48Some services send HTTP headers with content that helps investigating errors. With the current implementation it is not possible to read those headers.
frantuma
force-pushed
the
master
branch
from
4ba5164 to
949f0e6
Compare
This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment