All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.lightbody.bmp.proxy.http.ResponseInterceptor Maven / Gradle / Ivy

package net.lightbody.bmp.proxy.http;

import net.lightbody.bmp.core.har.Har;

public interface ResponseInterceptor {
    void process(BrowserMobHttpResponse response, Har har);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy