Documentation
    Preparing search index...

    Base configuration options shared by all body parser types

    type BodyParserBaseConfig = {
        encoding: string;
        limit: string | number;
        types: string[];
    }
    Index

    Properties

    Properties

    encoding: string

    Character encoding for parsing the body

    limit: string | number

    Maximum size limit for the request body

    types: string[]

    Array of supported MIME types