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

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

package net.lightbody.bmp.proxy.http;

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

public interface RequestInterceptor {
    void process(BrowserMobHttpRequest request, Har har);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy