UUIDVar

org.http4s.dsl.impl.UUIDVar
object UUIDVar

UUID extractor of a path variable:

Path("/user/13251d88-7a73-4fcf-b935-54dfae9f023e") match {
   case Root / "user" / UUIDVar(userId) => ...

Attributes

Source
Path.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
UUIDVar.type

Members list

Value members

Inherited methods

def unapply(str: String): Option[UUID]

Attributes

Inherited from:
PathVar (hidden)
Source
Path.scala