Module: lib/const

Global constants
Author:
  • Martin Giger
License:
  • MPL-2.0
Source:

Members

(static, constant) INCOMING :number

Constant for incoming requests, as in a response from a server. You generally want to avoid this direction, except for modifying incoming headers.
Type:
  • number
Default Value:
  • 0
Source:

(static, constant) OUTGOING :number

Constant signifying an outgoing request, as in a request going to a server.
Type:
  • number
Default Value:
  • 1
Source: