vertx / io.vertx.kotlin.ext.web.api / operationResponseOf

operationResponseOf

fun operationResponseOf(headers: MultiMap? = null, payload: Buffer? = null, statusCode: Int? = null, statusMessage: String? = null): OperationResponse

A function providing a DSL for building io.vertx.ext.web.api.OperationResponse objects.

Parameters

headers -

payload -

statusCode -

statusMessage -