
net.lightbody.bmp.proxy.http.RequestInterceptor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of browsermob-proxy Show documentation
Show all versions of browsermob-proxy Show documentation
A programmatic HTTP/S designed for performance and functional testing
package net.lightbody.bmp.proxy.http;
public interface RequestInterceptor {
void process(BrowserMobHttpRequest request);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy