Package burp.api.montoya.proxy
Interface ProxyHttpRequestResponse
public interface ProxyHttpRequestResponse
HTTP request and response intercepted by the Proxy.
-
Method Summary
Modifier and TypeMethodDescriptionThis method retrieves the annotations for the request/response pair.This method retrieves the HTTP request that was sent by Burp Proxy.This method retrieves the HTTP response that was received by Burp Proxy.
-
Method Details
-
annotations
Annotations annotations()This method retrieves the annotations for the request/response pair.- Returns:
- The
Annotationsfor the request/response pair.
-
finalRequest
HttpRequest finalRequest()This method retrieves the HTTP request that was sent by Burp Proxy.- Returns:
- The
HttpRequestthat was sent by Burp Proxy.
-
originalResponse
HttpResponse originalResponse()This method retrieves the HTTP response that was received by Burp Proxy.- Returns:
- The
HttpResponsethat was received by Burp Proxy.
-