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>)

Functions

Link copied to clipboard
open fun body(): Array<Byte>
Link copied to clipboard
Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun headers(): Map<String, String>
Link copied to clipboard
Link copied to clipboard
open fun otelContext(): Context
Link copied to clipboard
open fun toString(): String