Package burp.api.montoya.proxy
package burp.api.montoya.proxy
-
ClassDescriptionThis enum represents the initial action to be taken when intercepting HTTP and WebSocket messages in the Proxy.This enum represents the final action to be taken when intercepting HTTP and WebSocket messages in the Proxy.Provides access to the functionality of the Proxy tool.Extensions can implement this interface and then call
Proxy.history(ProxyHistoryFilter)
to get a filtered list of items in the Proxy history.HTTP request and response intercepted by the Proxy.Extensions can implement this interface and then callProxy.webSocketHistory(ProxyWebSocketHistoryFilter)
to get a filtered list of items in the Proxy WebSockets history.WebSocket message intercepted by the Proxy.