toggle menu
http4k
LOCAL
jvm
switch theme
search in API
http4k-multipart
/
org.http4k.lens
/
MultipartFormFile
Multipart
Form
File
data
class
MultipartFormFile
:
Closeable
Members
Constructors
Multipart
Form
File
Link copied to clipboard
constructor
(
filename
:
String
,
contentType
:
ContentType
,
content
:
InputStream
)
Types
Companion
Link copied to clipboard
object
Companion
:
BiDiLensSpec
<
MultipartForm
,
MultipartFormFile
>
Properties
closeable
Link copied to clipboard
val
closeable
:
Closeable
content
Link copied to clipboard
val
content
:
InputStream
content
Type
Link copied to clipboard
val
contentType
:
ContentType
filename
Link copied to clipboard
val
filename
:
String
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String