MultipartWritable

io.cequence.openaiscala.service.ws.MultipartWritable$

Adapted from play.api.http.writeableOf_MultipartFormData but more efficient due to the fact that, rather then fully materializing, form data and files are concatenated as sources/streams before sending out.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def writeableOf_MultipartFormData(charset: String): BodyWritable[MultipartFormData]

Writeable for MultipartFormData.

Writeable for MultipartFormData.

Attributes