summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/main/java/com/yahoo/jdisc/http/filter/SecurityResponseFilter.java
blob: e4acb3f1c8901428b7923d3792f474b56f0fbef2 (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.jdisc.http.filter;

public interface SecurityResponseFilter extends ResponseFilterBase {

    void filter(DiscFilterResponse response, RequestView request);

}