Skip to content

Middleware changing request doesn't make much sense flow wise. #1

Description

@rhalff

Middleware like JSON, parses the body and creates an object from it.

Flow wise this doesn't make much sense, req.body should be input
and as output serve the json object.

So this means those middleware is not needed.

You would attach a node to the req output port and then parse it,

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

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