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