Module: AWS.EventListeners.Core
- Defined in:
- lib/event_listeners.js
Property Summary collapse
-
HTTP_DATA ⇒ Function
readonly
A request listener that reads data from the HTTP connection in order to build the response data.
-
SEND ⇒ Function
readonly
A request listener that initiates the HTTP connection for a request being sent.
-
VALIDATE_CREDENTIALS ⇒ Function
readonly
A request listener that validates whether the request is being sent with credentials.
-
VALIDATE_PARAMETERS ⇒ Function
readonly
A request listener that validates input parameters in a request.
-
VALIDATE_REGION ⇒ Function
readonly
A request listener that validates whether the region is set for a request.
Property Details
HTTP_DATA ⇒ Function (readonly)
A request listener that reads data from the HTTP connection in order to build the response data. Handles the 'httpData' Request event. Remove this handler if you are overriding the 'httpData' event and do not want extra data processing and buffering overhead.
SEND ⇒ Function (readonly)
A request listener that initiates the HTTP connection for a request being sent. Handles the 'send' Request event
VALIDATE_CREDENTIALS ⇒ Function (readonly)
A request listener that validates whether the request is being sent with credentials. Handles the 'validate' Request event
VALIDATE_PARAMETERS ⇒ Function (readonly)
A request listener that validates input parameters in a request. Handles the 'validate' Request event
VALIDATE_REGION ⇒ Function (readonly)
A request listener that validates whether the region is set for a request. Handles the 'validate' Request event