Attributes
- Companion
- object
- Source
- BasicDirectives.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Members list
Value members
Concrete methods
Adds a TransformationRejection cancelling all rejections equal to the given one to the list of rejections potentially coming back from the inner route.
Adds a TransformationRejection cancelling all rejections equal to the given one to the list of rejections potentially coming back from the inner route.
Attributes
- Source
- BasicDirectives.scala
Adds a TransformationRejection cancelling all rejections of one of the given classes to the list of rejections potentially coming back from the inner route.
Adds a TransformationRejection cancelling all rejections of one of the given classes to the list of rejections potentially coming back from the inner route.
Attributes
- Source
- BasicDirectives.scala
Adds a TransformationRejection cancelling all rejections for which the given filter function returns true to the list of rejections potentially coming back from the inner route.
Adds a TransformationRejection cancelling all rejections for which the given filter function returns true to the list of rejections potentially coming back from the inner route.
Attributes
- Source
- BasicDirectives.scala
Extracts a single value using the given function.
Extracts the entities dataBytes fs2.Stream from the RequestContext.
Extracts the entities dataBytes fs2.Stream from the RequestContext.
Attributes
- Source
- BasicDirectives.scala
Extracts the already matched path from the RequestContext.
Extracts the current Request instance.
Extracts the RequestContext itself.
Extracts the EntityBody from the RequestContext.
Extracts the yet unmatched path from the RequestContext.
Extracts the complete request URI.
Attributes
- Source
- BasicDirectives.scala
Attributes
- Source
- BasicDirectives.scala
Attributes
- Source
- BasicDirectives.scala
Attributes
- Source
- BasicDirectives.scala
Attributes
- Source
- BasicDirectives.scala
Attributes
- Source
- BasicDirectives.scala
Attributes
- Source
- BasicDirectives.scala
Attributes
- Source
- BasicDirectives.scala
Attributes
- Source
- BasicDirectives.scala
Attributes
- Source
- BasicDirectives.scala
Attributes
- Source
- BasicDirectives.scala
Attributes
- Source
- BasicDirectives.scala
Transforms the unmatchedPath of the RequestContext using the given function.
Transforms the unmatchedPath of the RequestContext using the given function.
Attributes
- Source
- BasicDirectives.scala
A Directive0 that always passes the request on to its inner route (i.e. does nothing with the request or the response).
A Directive0 that always passes the request on to its inner route (i.e. does nothing with the request or the response).
Attributes
- Source
- BasicDirectives.scala
Injects the given value into a directive.
Attributes
- Source
- BasicDirectives.scala
Attributes
- Source
- BasicDirectives.scala
Extracts a number of values using the given function.
Injects the given values into a directive.