FormData.set

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void set(string name, string value)
    struct FormData
    nothrow
    void
    set
    ()
    (
    string name
    ,
    string value
    )
  2. void set(string name, Blob blobValue, string filename)
  3. void set(string name, Blob blobValue)

Meta