[][src]Module ring_api::multipart

Serialize a value into a request multipart Form.

Structs

FormFile

Describes a file in a multipart form. The first string is the contents of the file, the second is the file name.

Functions

to_form

Takes a serializable value and turns into a multipart form.