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

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

There is a newer version: 2.1.5
Show newest version
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