CARVIEW |
Select Language
HTTP/2 200
date: Thu, 16 Oct 2025 06:33:22 GMT
content-type: text/html; charset=utf-8
server: cloudflare
last-modified: Mon, 06 Oct 2025 10:20:11 GMT
access-control-allow-origin: *
cf-cache-status: DYNAMIC
expires: Thu, 16 Oct 2025 06:43:22 GMT
cache-control: max-age=600
x-proxy-cache: MISS
x-github-request-id: 15EF:215FDD:43942:53B02:68F091B1
age: 0
via: 1.1 varnish
x-served-by: cache-bom-vanm7210030-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1760596402.388560,VS0,VE292
vary: Accept-Encoding
x-fastly-request-id: 3badb675043b3d350450ad8c2f75c161752e4c8a
content-encoding: gzip
cf-ray: 98f5863a7fc9741b-BLR
Express-Middleware
This document might be outdated relative to the documentation in English. For the latest updates, please refer to the documentation in english.
✖
Express-Middleware
Nachfolgend sind einige Express-Middlewaremodule aufgeführt:
express-slash: Express-Middlewaremodul für Benutzer, die hohen Wert auf abschließende Schrägstriche legen. | Beschreibung |
---|---|
body-parser | Parse HTTP request body. |
compression | Compress HTTP responses. |
connect-rid | Generate unique request ID. |
cookie-parser | Parse cookie header and populate req.cookies . See also cookies. |
cookie-session | Establish cookie-based sessions. |
cors | Enable cross-origin resource sharing (CORS) with various options. |
errorhandler | Development error-handling/debugging. |
method-override | Override HTTP methods using header. |
morgan | HTTP request logger. |
multer | Handle multi-part form data. |
response-time | Record HTTP response time. |
serve-favicon | Serve a favicon. |
serve-index | Serve directory listing for a given path. |
serve-static | Serve static files. |
session | Establish server-based sessions (development only). |
timeout | Set a timeout perioHTTP request processing. |
vhost | Create virtual domains. |
Informationen zu weiteren Middlewaremodulen siehe:
These are some additional popular middleware modules.
Warnung
This information refers to third-party sites, products, or modules that are not maintained by the Expressjs team. Listing here does not constitute an endorsement or recommendation from the Expressjs project team.
express-slash: Express-Middlewaremodul für Benutzer, die hohen Wert auf abschließende Schrägstriche legen. | Beschreibung |
---|---|
helmet: Modul zur Sicherung Ihrer Anwendungen durch Festlegung verschiedener HTTP-Header. | Helps secure your apps by setting various HTTP headers. |
passport: Express-Middlewaremodul für die Authentifizierung. | Authentication using “strategies” such as OAuth, OpenID and many others. See passportjs.org for more information. |