Represents the raw, unparsed FormData content from a request body.
FormData
Each text form field maps to either a single string or an Array<string> when the field name appears multiple times. File upload fields map to an IHttpFile instance.
string
Array<string>
IMPORT_PATH: "@daiso-tech/core/http-router/contracts"
"@daiso-tech/core/http-router/contracts"
Represents the raw, unparsed
FormDatacontent from a request body.Each text form field maps to either a single
stringor anArray<string>when the field name appears multiple times. File upload fields map to an IHttpFile instance.IMPORT_PATH:
"@daiso-tech/core/http-router/contracts"