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 parameters:
response

outgoing response

Concrete methods

Creates composite filter by applying this after other.

Creates composite filter by applying this after other.

Value parameters:
other

other filter

Creates composite filter by appying this before other.

Creates composite filter by appying this before other.

Value parameters:
other

other filter