Part.createFormData

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Part createFormData(string name, string value)
  2. Part createFormData(string name, string value, string contentType)
    class Part
    static
    createFormData
    (
    string name
    ,
    string value
    ,)
  3. Part createFormData(string name, string filename, HttpBody requestBody)

Meta