Vertaling van "body-parser" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
This is where our body-parser module comes in.
Then, we import the body-parser module.
Next, we import some modules we need, like passport, express-session, and body-parser.
A continuación, importamos algunos módulos que necesitamos, como passport, express-session y body-parser.
Express manages most of the minutiae in setting up a server, but it doesn't include any facility for handling the HTTP request body, so we'll need to install another module, body-parser, to enable us to read the request body.
Express administra la mayoría de las minucias en la configuración de un servidor, pero no incluye ninguna facilidad para manejar el cuerpo de solicitud HTTP, por lo que necesitaremos instalar otro módulo, body-parser, para que podamos leer el cuerpo de la solicitud.
body-parser: Express middleware which parses the request body and makes it available as a JavaScript object.
body-parser: Express middleware que analiza el cuerpo de la solicitud y lo hace disponible como un objeto de JavaScript.
Body-parser has a few different options for parsing the body of the HTTP request.
Body-parser tiene algunas opciones diferentes para analizar el cuerpo de la solicitud HTTP.