MultiPartBuilder

constructor(@NonNull boundary: String, @NonNull os: OutputStream)

Construct a new MultiPartBuilder writing to the provided OutputStream

Parameters

boundary

Boundary

os

OutputStream to write to. Should optimally be the result of connection.getOutputStream()


constructor(@NonNull boundary: String)

Deprecated

Deprecated

Use MultiPartBuilder