ResponseFilter

@FunctionalInterface

Defines filter for outgoing response.

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

Filters outgoing response.

Filters outgoing response.

Value Params
response

outgoing response

Concrete methods

Creates composite filter by applying this after other.

Creates composite filter by applying this after other.

Value Params
other

other filter

Creates composite filter by appying this before other.

Creates composite filter by appying this before other.

Value Params
other

other filter