toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-core
/
org.http4k.lens
/
WebForm
Web
Form
data
class
WebForm
(
val
fields
:
Map
<
String
,
List
<
String
>
>
=
emptyMap()
,
val
errors
:
List
<
Failure
>
=
emptyList()
)
Members
Members & Extensions
Constructors
Web
Form
Link copied to clipboard
constructor
(
fields
:
Map
<
String
,
List
<
String
>
>
=
emptyMap()
,
errors
:
List
<
Failure
>
=
emptyList()
)
Properties
errors
Link copied to clipboard
val
errors
:
List
<
Failure
>
fields
Link copied to clipboard
val
fields
:
Map
<
String
,
List
<
String
>
>
Functions
minus
Link copied to clipboard
operator
fun
minus
(
name
:
String
)
:
WebForm
plus
Link copied to clipboard
operator
fun
plus
(
kv
:
Pair
<
String
,
String
>
)
:
WebForm
with
Link copied to clipboard
fun
WebForm
.
with
(
vararg
modifiers
:
(
WebForm
)
->
WebForm
)
:
WebForm