Replies: 1 comment 1 reply
-
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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I did not find the relevant documentation.
Beta Was this translation helpful? Give feedback.
All reactions