SchemeDirectives

pl.iterators.stir.server.directives.SchemeDirectives
See theSchemeDirectives companion object

Attributes

Companion
object
Source
SchemeDirectives.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object SchemeDirectives.type
trait Directives
object Directives.type

Members list

Value members

Concrete methods

Extracts the Uri scheme from the request.

Extracts the Uri scheme from the request.

Attributes

Source
SchemeDirectives.scala
def scheme(name: String): Directive0

Rejects all requests whose Uri scheme does not match the given one.

Rejects all requests whose Uri scheme does not match the given one.

Attributes

Source
SchemeDirectives.scala