Skip to content

feat: added support for the output of path parameters from the functi…#27

Merged
Flowneee merged 3 commits into
Flowneee:masterfrom
oriontvv:feature/path-and-cookie-params
May 30, 2026
Merged

feat: added support for the output of path parameters from the functi…#27
Flowneee merged 3 commits into
Flowneee:masterfrom
oriontvv:feature/path-and-cookie-params

Conversation

@oriontvv

@oriontvv oriontvv commented May 19, 2026

Copy link
Copy Markdown
Contributor

Added support for the output of path parameters from the function signature and fixed the issue of cookie parameters.

Now, when the axum feature is enabled, the path parameters are automatically derived from the function signature for Path<...>. Fixed: cookie parameters are now correctly added to the specification with location: "cookie".

…on signature and fixed the issue of cookie parameters.

Now, when the `axum` feature is enabled, the path parameters are automatically derived from the function signature for `Path<...>`.
Fixed: cookie parameters are now correctly added to the specification with `location: "cookie"`.
@oriontvv oriontvv marked this pull request as ready for review May 19, 2026 19:37
@Flowneee

Copy link
Copy Markdown
Owner

I think its shouldn't be a problem for structures as well since we can get its schema from its JsonSchema implementation, but we can leave it to separate PR.

@Flowneee Flowneee merged commit 3abbadf into Flowneee:master May 30, 2026
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants