We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was testing with the Swagger Pet Store example spec which has this findByStatus method, which when queried with status=available returns ~147 KB of XML. https://petstore.swagger.io/v2/pet/findByStatus?status=available
Calling that from the example in Chrome [Version 102.0.5005.63 (Official Build) (64-bit)] hangs the page.
Repro steps:
application/xml
status
available
status=not-a-status
The text was updated successfully, but these errors were encountered:
6ee689f
fixes #769 - response xml formating performance improvement
25271cf
No branches or pull requests
I was testing with the Swagger Pet Store example spec which has this findByStatus method, which when queried with status=available returns ~147 KB of XML. https://petstore.swagger.io/v2/pet/findByStatus?status=available
Calling that from the example in Chrome [Version 102.0.5005.63 (Official Build) (64-bit)] hangs the page.
Repro steps:
application/xml
as the response type in the Response Example sectionstatus
toavailable
status=not-a-status
then you get a smaller XML response because there's no matches and chrome handles that okay.The text was updated successfully, but these errors were encountered: