Skip to content

Body Parser deprecated past on versions of Express > 4.16 #39

@xScoopy

Description

@xScoopy

Installation and instantiation of 'body parser' shows deprecated status within the IDE. information gathered from
stackOverflow
shows that instead of pulling in body parser, we can simply use the following:
app.use(express.urlencoded({ extended: true }));
app.use(express.json());

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions