Request
class Request
The Request object represents the incoming request to an handler.
Constructors
Link copied to clipboard
constructor(invocationId: InvocationId, otelContext: Context, body: ByteBuffer, headers: Map<String, String>)