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

Replace echo with http.serve mux #7

Closed
wants to merge 2 commits into from

Conversation

gerardsn
Copy link
Member

@gerardsn gerardsn commented Jun 13, 2024

concept version of variable length path route using standard library http.ServeMux in combination with oapi-codegen

it generates a fully defined path in the oapi spec, generate code for this, and register a variable length path for the same handler.

This is unfinished, but demonstrated a feature I cannot get working with the echo framework.

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.

1 participant