HandlerLambdaScan

What a route's handler lambda revealed: parameters, the request body type, and raised error codes.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var bodyType: IrType?

The type argument of a body<T>() call, when present.

Link copied to clipboard

Status codes of ktkit error types constructed directly inside the lambda.

Link copied to clipboard

Detected parameters, keyed "<location>:<name>", in detection order.