Interface ProxyHttpRequestResponse


public interface ProxyHttpRequestResponse
HTTP request and response intercepted by the Proxy.
  • Method Summary

    Modifier and Type
    Method
    Description
    This 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 Annotations for the request/response pair.
    • finalRequest

      HttpRequest finalRequest()
      This method retrieves the HTTP request that was sent by Burp Proxy.
      Returns:
      The HttpRequest that was sent 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.