kobweb
Toggle table of contents
0.25.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kobweb
kobweb-api
/
com.varabyte.kobweb.api.http
/
Headers
/
Entry
Entry
data
class
Entry
(
val
name
:
String
,
val
value
:
List
<
String
>
)
(
source
)
A single entry of key/value pairs, useful for iteration.
Members
Constructors
Entry
Link copied to clipboard
constructor
(
name
:
String
,
value
:
List
<
String
>
)
Properties
name
Link copied to clipboard
val
name
:
String
value
Link copied to clipboard
val
value
:
List
<
String
>