Skip to content

Instantly share code, notes, and snippets.

@CompuWiser
Created April 10, 2021 05:54
Show Gist options
  • Save CompuWiser/f5eb3454e92625fadef07c881191a4b9 to your computer and use it in GitHub Desktop.
Save CompuWiser/f5eb3454e92625fadef07c881191a4b9 to your computer and use it in GitHub Desktop.
Express.JS.md

4.x API

Methods

Properties

Events

Methods

Assigns setting name to value. You may store any value that you want, but certain names can be used to configure the behavior of the server. These special names are listed in the app settings table.

Calling app.set('foo', true) for a Boolean property is the same as calling app.enable('foo'). Similarly, calling app.set('foo', false) for a Boolean property is the same as calling app.disable('foo').

Properties

Methods

Deprecated

Properties

Methods

Methods

5.x API

Methods

Properties

Events

Methods

Properties

Methods

Properties

Methods

Methods

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