Path

zio.http.Path$
See thePath companion class
object Path

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Path.type

Members list

Concise view

Type members

Classlikes

object Segment

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Segment.type
sealed trait Segment extends Product with Serializable

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object Root.type
class Text

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(segments: Vector[Segment]): Path
def decode(path: String): Path

Decodes a path string into a Path. Can fail if the path is invalid.

Decodes a path string into a Path. Can fail if the path is invalid.

Attributes

Concrete fields

val empty: Path

Represents a empty path which is equal to "".

Represents a empty path which is equal to "".

Attributes

val root: Path

Represents a slash or a root path which is equivalent to "/".

Represents a slash or a root path which is equivalent to "/".

Attributes