Package burp.api.montoya.proxy
Interface InterceptedHttpResponse
-
- All Superinterfaces:
HttpMessage,HttpResponse,InterceptedMessage
public interface InterceptedHttpResponse extends InterceptedMessage, HttpResponse
This interface represents an instance of an HTTP response intercepted by Burp Proxy.
-
-
Method Summary
-
Methods inherited from interface burp.api.montoya.http.message.HttpMessage
asBytes, body, bodyAsString, bodyOffset, headers, toString
-
Methods inherited from interface burp.api.montoya.http.message.responses.HttpResponse
addHeader, addHeader, attributes, cookies, inferredMimeType, keywordCounts, removeHeader, removeHeader, statedMimeType, statusCode, updateHeader, updateHeader, withBody, withBody
-
Methods inherited from interface burp.api.montoya.proxy.InterceptedMessage
destinationIpAddress, listenerInterface, messageId, sourceIpAddress
-
-