Options
All
  • Public
  • Public/Protected
  • All
Menu

Callable

  • Creates an Express application. The express() function is a top-level function exported by the express module.

    Returns Express

Index

Variables

application

application: Application

These are the exposed prototypes.

json

json: json

This is a built-in middleware function in Express. It parses incoming requests with JSON payloads and is based on body-parser.

since

4.16.0

raw

raw: raw

This is a built-in middleware function in Express. It parses incoming requests with Buffer payloads and is based on body-parser.

since

4.17.0

request

request: Request

response

response: Response

static

static: serveStatic

This is a built-in middleware function in Express. It serves static files and is based on serve-static.

text

text: text

This is a built-in middleware function in Express. It parses incoming requests with text payloads and is based on body-parser.

since

4.17.0

urlencoded

urlencoded: urlencoded

This is a built-in middleware function in Express. It parses incoming requests with urlencoded payloads and is based on body-parser.

since

4.16.0

Functions

Router

  • Parameters

    Returns Router

Generated using TypeDoc