api

http4k / org.http4k.contract / Slash

Slash

data class Slash : PathSegments

Constructors

Name Summary
<init> Slash(parent: PathSegments, child: String)

Properties

Name Summary
parent val parent: PathSegments

Functions

Name Summary
startsWith fun startsWith(other: PathSegments): Boolean
toList fun toList(): List<String>
toString fun toString(): String