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

Use a different URL versus axum #153

Open
elipp opened this issue Nov 11, 2024 · 1 comment
Open

Use a different URL versus axum #153

elipp opened this issue Nov 11, 2024 · 1 comment

Comments

@elipp
Copy link

elipp commented Nov 11, 2024

Due to a complicated routing / proxying setup, I need to show a different URL in the OAS documentation than axum uses internally (so that the execute button in Swagger works etc.).

Is there a way to achieve this using aide?

@JakkuSakura
Copy link
Collaborator

I remember axum uses Uri from http, which is very limited. Personally I prefer Url from url crate, at least to be compatible with both. Which URL implementation are you interested in?

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

2 participants