ResponseFilter

scamper.http.server.ResponseFilter
See theResponseFilter companion object
@FunctionalInterface

Defines filter for outgoing response.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply(response: HttpResponse): HttpResponse

Filters outgoing response.

Filters outgoing response.

Value parameters

response

outgoing response

Attributes

Concrete methods

Creates composite filter by applying this after other.

Creates composite filter by applying this after other.

Value parameters

other

other filter

Attributes

Creates composite filter by appying this before other.

Creates composite filter by appying this before other.

Value parameters

other

other filter

Attributes