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 acceptedbool (default:
false) Set totrueto accept the event and prevent it from bubbling up.cookiesMap A map of the HTTP cookies.
headersMap A map of the HTTP headers.
methodstring The name of the HTTP method.
originalHTTPRequest The original HTTP request of Node.js.
sourceAddressstring The remote source address.
sourcePortnumber The remote source port.
urlobject The URL.