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

Type members

Classlikes

object Flag

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Flag.type
sealed trait Flag

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object LeadingSlash.type
object TrailingSlash.type
object Flags

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Flags.type

Types

type Flags = Int

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(path: String): Path
def decode(path: String): Path

Decodes a path string into a Path.

Decodes a path string into a Path.

Attributes

Concrete fields

val empty: Path

Represents a empty path which is rendered as "".

Represents a empty path which is rendered as "".

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