Is it planned/doable to make a tower layer/service adapter ? #2650
-
Because a lot of libraries are based on tower layer/services, would it be possible to make an adapter that would map rocket middlewares to tower layers and map rocket request/response to http request/response ? If it is doable, would it be an external library or a feature ? |
Beta Was this translation helpful? Give feedback.
Answered by
SergioBenitez
Nov 23, 2023
Replies: 1 comment
-
We can definitely have Rocket accept tower layers/services, and that is indeed planned. It requires implementing early termination first, but this is planned for 0.6. The other direction is likely better answered elsewhere. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Totodore
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We can definitely have Rocket accept tower layers/services, and that is indeed planned. It requires implementing early termination first, but this is planned for 0.6.
The other direction is likely better answered elsewhere.