HandlerRequest

This class encapsulates the inputs to a handler.

Constructors

Link copied to clipboard
constructor(invocationId: InvocationId, otelContext: Context, body: Slice, headers: Map<String, String>)

Functions

Link copied to clipboard
open fun body(): Slice
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun equals(obj: 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 openTelemetryContext(): Context
Link copied to clipboard
open fun toString(): String