Interface ProxyHttpRequestHandler


  • public interface ProxyHttpRequestHandler
    Extensions can implement this interface and then call Proxy.registerRequestHandler(ProxyHttpRequestHandler) to register a Proxy request handler. The handler will be notified of requests being processed by the Proxy tool. Extensions can perform custom analysis or modification of these messages, and control in-UI message interception.