SlashTermination

Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object AddForAll extends SlashTermination

Ensure that all paths are slash terminated

Ensure that all paths are slash terminated

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

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

case object Off extends SlashTermination

Leave all paths as they are

Leave all paths as they are

case object RemoveForAll extends SlashTermination

Remove all trailing slashes

Remove all trailing slashes

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror