PathCodec

kreuzberg.extras.PathCodec
See thePathCodec companion trait
object PathCodec

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
PathCodec.type

Members list

Value members

Concrete methods

Collects all.

Collects all.

Attributes

def const(path: String): PathCodec[Unit]

A Constant path.

A Constant path.

Attributes

def constWithQueryParams(path: String, params: String*): PathCodec[Seq[String]]
def prefix(prefix: String): PathCodec[String]

A Simple Prefix.

A Simple Prefix.

Attributes