addMultipartFile

@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