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 GCP Cloud Functions HTTP adapter.This context includes the raw HTTP response (
ServerResponse) in addition to the standard Stone.js adapter context properties. There is no long-running execution context in the HTTP function signature, so theContexttype parameter isundefined.