Spine
Toggle table of contents
0.8.1
common
Platform filter
common
Switch theme
Search in API
Spine
Multiplatform Ktor schema declaration
/
opensavvy.spine.api
/
Path
Path
class
Path
(
val
segments
:
List
<
Path.Segment
>
)
:
Iterable
<
Path.Segment
>
,
Addressed
(
source
)
The path section in a URL.
Members
Constructors
Path
Link copied to clipboard
constructor
(
vararg
segments
:
String
)
constructor
(
segments
:
List
<
Path.Segment
>
)
Types
Segment
Link copied to clipboard
@
JvmInline
value
class
Segment
(
val
text
:
String
)
Properties
path
Link copied to clipboard
open
override
val
path
:
Path
segments
Link copied to clipboard
val
segments
:
List
<
Path.Segment
>
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
Path.Segment
>
plus
Link copied to clipboard
operator
fun
plus
(
other
:
String
)
:
Path
operator
fun
plus
(
other
:
Path.Segment
)
:
Path
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String