PathSegments

sttp.model.Uri$.PathSegments
See thePathSegments companion object
sealed trait PathSegments

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class AbsolutePath
object EmptyPath.type
class RelativePath

Members list

Value members

Abstract methods

def segments: Seq[Segment]

Concrete methods

def add(p: String, ps: String*): PathSegments
def add(ps: Seq[String]): PathSegments
def withS(p: String, ps: String*): PathSegments
def withS(ps: Seq[String]): PathSegments