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

support response headers #45

Open
mnahkies opened this issue Apr 22, 2023 · 0 comments
Open

support response headers #45

mnahkies opened this issue Apr 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@mnahkies
Copy link
Owner

It's possible to declare response headers on the response specifications. Add support for these as per specification here: https://spec.openapis.org/oas/v3.0.3#response-object

// TODO support response headers
headers?: {
[headerName: string]: Header | Reference
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant