http4k-multipart
Toggle table of contents
6.20.0.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-multipart
http4k-multipart
/
org.http4k.core
/
MultipartEntity
Multipart
Entity
sealed
class
MultipartEntity
:
Closeable
(
source
)
Inheritors
Field
File
Members
Types
Field
Link copied to clipboard
data
class
Field
(
val
name
:
String
,
val
value
:
String
,
val
headers
:
Headers
=
emptyList()
,
val
closeable
:
Closeable
=
Closeable { }
)
:
MultipartEntity
,
Closeable
File
Link copied to clipboard
data
class
File
(
val
name
:
String
,
val
file
:
MultipartFormFile
,
val
headers
:
Headers
=
emptyList()
)
:
MultipartEntity
,
Closeable
Properties
name
Link copied to clipboard
abstract
val
name
:
String
Functions
close
Link copied to clipboard
abstract
fun
close
(
)