Interface SchemeDirectives

    • Method Detail

      • extractScheme

        Directive<scala.Tuple1<java.lang.String>> extractScheme()
        Extracts the Uri scheme from the request.

        Returns:
        (undocumented)
      • scheme

        Directive<scala.runtime.BoxedUnit> scheme​(java.lang.String name)
        Rejects all requests whose Uri scheme does not match the given one.

        Parameters:
        name - (undocumented)
        Returns:
        (undocumented)