http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-multipart
/
org.http4k.core
/
MultipartFormBody
/
Companion
/
from
from
fun
from
(
httpMessage
:
HttpMessage
,
diskThreshold
:
Int
=
DEFAULT_DISK_THRESHOLD
,
diskLocation
:
DiskLocation
=
DiskLocation.Temp()
,
maxStreamLength
:
Int
=
MAX_STREAM_LENGTH
,
maxPartCount
:
Int
=
MAX_PART_COUNT
)
:
MultipartFormBody
(
source
)