zibri
    Preparing search index...

    Class FormData<FormDataType>

    The result when parsing multipart/form-data request bodies. Has a resolved object with all the request bodies values on their respective keys.

    Type Parameters

    • FormDataType extends object
    Index

    Properties

    Methods

    Properties

    tempFolder: Path

    The temporary folder where all files are cached. Should be deleted after you handled the form data with the cleanup method.

    The resolved value as an object, containing all files and values correctly typed.

    Methods