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 cookie and header paramers #35

Open
bessgeor opened this issue Oct 20, 2020 · 0 comments
Open

Support cookie and header paramers #35

bessgeor opened this issue Oct 20, 2020 · 0 comments

Comments

@bessgeor
Copy link
Contributor

OpenAPI spec allows specifying in: cookie and in: header for parameters.
The problem is - there is no built-in facility in giraffe to bind cookies or headers (or at least I haven't found one), so it seems like we should either restrict those parameters to string type without a format or code-gen manual binding code.
I believe that the solution must be common to both cookie and header, that's why I include them both into this issue.

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

No branches or pull requests

1 participant