ReadonlyexecutionThe executionContext of type ExecutionContextType.
OptionalincomingThe incomingEvent associated with the executionContext.
ReadonlyincomingThe incomingEventBuilder.
OptionaloutgoingThe outgoingResponse associated with the executionContext.
ReadonlyrawThe rawEvent of type RawEventType.
The raw HTTP response object associated with the current request.
ReadonlyrawThe rawResponseBuilder.
Extends the
AdapterContextinterface to provide additional properties for the Node.js HTTP adapter.This context includes the raw HTTP response (
ServerResponse) in addition to the standard Stone.js adapter context properties.