VerifySpecCallback

class VerifySpecCallback(spec: URL) : HttpCallback

Callback that verifies server calls comply with a given OpenAPI spec.

Parameters

spec

Location of the spec used to validate HTTP calls.

Constructors

Link copied to clipboard
constructor(spec: URL)

Functions

Link copied to clipboard
open operator override fun invoke(context: HttpContext): HttpContext