RecordCallback

Callback that records server requests and responses (the whole event context). The result is taken before any subsequent filter is applied (just how it was received).

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var calls: List<HttpContext>

Functions

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