Replies: 1 comment 3 replies
-
Hey! layer - Apply a tower::Layer to all routes in the router route_layer - Apply a tower::Layer to the router that will only run if the request matches a route. For example:
The route "/not-found" is missing from the router. The layer will process it, but the route_layer will not. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I did not find the relevant documentation.
Beta Was this translation helpful? Give feedback.
All reactions