RequestContext class

Provides access to a RequestLogger, the source Request and response headers for a typed function handler.

Can be used as an optional second parameter in a function definition that accepts a CloudEvent or a custom type.

Properties

hashCode int
The hash code for this object.
no setterinherited
logger RequestLogger
final
request → Request
Access to the source Request object.
final
responseHeaders Map<String, Object>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited