Creates a new BodyParserMiddleware instance
The body parser configuration
Optional_featureFlags: FeatureFlags<ExperimentalFlagsList>Feature flags (unused)
Handle HTTP request body by parsing it according to the user configuration
The HTTP context
The next middleware function
BodyParser middleware parses the incoming request body and sets it as request body to be read later in the request lifecycle.