SlashTermination

io.lemonlabs.uri.Path$.SlashTermination$
See theSlashTermination companion trait

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case object AddForAll extends SlashTermination

Ensure that all paths are slash terminated

Ensure that all paths are slash terminated

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object AddForEmptyPath extends SlashTermination

Ensure that an empty path is slash terminated and otherwise leave it unchanged. This corresponds to the RFC3986 URL normalization specification

Ensure that an empty path is slash terminated and otherwise leave it unchanged. This corresponds to the RFC3986 URL normalization specification

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Add a trailing slash if path is empty and remove all other trailing slashes

Add a trailing slash if path is empty and remove all other trailing slashes

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object Off extends SlashTermination

Leave all paths as they are

Leave all paths as they are

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Off.type
case object RemoveForAll extends SlashTermination

Remove all trailing slashes

Remove all trailing slashes

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

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