AutoSlash
org.http4s.server.middleware.AutoSlash$
object AutoSlash
Removes a trailing slash from Request path
If a route exists with a file style Uri, eg "/foo", this middleware will cause Requests with uri = "/foo" and uri = "/foo/" to match the route.
Attributes
- Source:
- AutoSlash.scala
- Graph
- Supertypes
- Self type
- AutoSlash.type