Properties:
Name | Type | Description |
---|---|---|
certificate |
string | (default: |
enabled |
bool | (default: |
host |
string | (default: |
keepAlive |
number | (default: |
key |
string | (default: |
port |
number | (default: |
secure |
bool | (default: |
Extends
Type Definitions
-
A HTTP request event.
Properties:
Name Type Description accepted
bool (default:
false
) Set totrue
to accept the event and prevent it from bubbling up.cookies
Map A map of the HTTP cookies.
headers
Map A map of the HTTP headers.
method
string The name of the HTTP method.
original
HTTPRequest The original HTTP request of Node.js.
sourceAddress
string The remote source address.
sourcePort
number The remote source port.
url
object The URL.