toggle menu
http4k
LOCAL
jvm
switch theme
search in API
http4k-multipart
/
org.http4k.core
/
MultipartEntity
Multipart
Entity
sealed
class
MultipartEntity
:
Closeable
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
override
fun
close
(
)