toggle menu
http4k
6.8.1.0
jvm
switch theme
search in API
http4k-core
/
org.http4k.core.body
Package-level
declarations
Types
Functions
Types
Form
Link copied to clipboard
typealias
Form
=
Parameters
Functions
form
Link copied to clipboard
fun
Request
.
form
(
)
:
Form
fun
Request
.
form
(
vararg
formData
:
Pair
<
String
,
String
?
>
)
:
Request
fun
Request
.
form
(
name
:
String
,
value
:
String
?
)
:
Request
fun
Request
.
form
(
name
:
String
)
:
String
?
Returns the first form parameter with
name
.
form
As
Map
Link copied to clipboard
fun
Request
.
formAsMap
(
)
:
Map
<
String
,
List
<
String
?
>
>
to
Body
Link copied to clipboard
fun
Form
.
toBody
(
)
:
Body