Package-level declarations
Types
Supplies a new ByteReadChannel.
A form builder type used in the formData builder function.
OutgoingContent with for the application/x-www-form-urlencoded
formatted request.
A reusable Input form entry.
OutgoingContent for a multipart/form-data
formatted request.
Functions
Appends a form part with the specified key using bodyBuilder for its body.
Appends a form part with the specified key, filename, and optional contentType using bodyBuilder for its body.
Prepares a request containing form parameters encoded using the x-www-form-urlencoded
format.
Prepares a POST request containing form parameters encoded using the multipart/form-data
format.
Makes a request containing form parameters encoded using the x-www-form-urlencoded
format.
Makes a POST request containing form parameters encoded using the multipart/form-data
format.