Interface ProxyRequestResponse


  • public interface ProxyRequestResponse
    This interface represents an instance of an HTTP request and response intercepted by the Proxy.
    • Method Detail

      • messageAnnotations

        Annotations messageAnnotations()
        This method retrieves the annotations for the request/response pair.
        Returns:
        The Annotations for the request/response pair.
      • finalRequest

        HttpRequest finalRequest()
        This method retrieves the HTTP request that was issued by Burp Proxy.
        Returns:
        The HttpRequest that was issued by Burp Proxy.
      • originalResponse

        HttpResponse originalResponse()
        This method retrieves the HTTP response that was received by Burp Proxy.
        Returns:
        The HttpResponse that was received by Burp Proxy.