Class PathMatchers.Slash$

java.lang.Object
akka.http.scaladsl.server.PathMatcher<scala.runtime.BoxedUnit>
akka.http.scaladsl.server.PathMatchers.Slash$
All Implemented Interfaces:
scala.Function1<Uri.Path,PathMatcher.Matching<scala.runtime.BoxedUnit>>
Enclosing interface:
PathMatchers

public static class PathMatchers.Slash$ extends PathMatcher<scala.runtime.BoxedUnit>
A PathMatcher that matches a single slash character ('/').

  • Constructor Details

    • Slash$

      public Slash$()
  • Method Details