toggle menu
KotlinInside
1.16.0
jvm
switch theme
search in API
KotlinInside
/
be.zvz.kotlininside.http
/
HttpInterface
/
Option
/
addMultipartFile
add
Multipart
File
@
NotNull
open
fun
addMultipartFile
(
@
NotNull
key
:
@
NotNull
String
,
@
NotNull
value
:
@
NotNull
InputStream
)
:
@
NotNull
HttpInterface.Option
Return
this
Parameters
key
매개변수 Key
value
매개변수 Value
@
NotNull
open
fun
addMultipartFile
(
@
NotNull
key
:
@
NotNull
String
,
@
NotNull
value
:
@
NotNull
HttpInterface.Option.FileInfo
)
:
@
NotNull
HttpInterface.Option