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 Listener trait of axum #78

Open
greenhat616 opened this issue Jan 4, 2025 · 0 comments
Open

Support Listener trait of axum #78

greenhat616 opened this issue Jan 4, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@greenhat616
Copy link

greenhat616 commented Jan 4, 2025

Is your feature request related to a problem? Please describe.
From axum 0.8, they have introduced a trait, which can directly pass to serve fn:

It is very convenience to serve a http server upon interprocess's stream, and without any dependency, such as hyper.

Describe the solution you'd like

I hope interprocess can impl this trait behind a feature gate axum

Describe alternatives you've considered

The another solution is tht create a stream, and use hyper to serve on it. There is no guide about it. If someone wants to it, i can document it later.

Additional context

Nope.

@greenhat616 greenhat616 added the enhancement New feature or request label Jan 4, 2025
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