LongVar

org.http4s.dsl.impl.LongVar$
object LongVar

Long extractor of a path variable:

 Path("/user/123") match {
    case Root / "user" / LongVar(userId) => ...

Attributes

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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
PathVar (hidden)
Source:
Path.scala