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
object EmptyPath.type

Members list

Concise view

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