Package burp.api.montoya.proxy
Interface InterceptedHttpRequest
-
- All Superinterfaces:
HttpMessage,HttpRequest,InterceptedMessage
public interface InterceptedHttpRequest extends InterceptedMessage, HttpRequest
This interface represents an instance of an HTTP request 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.requests.HttpRequest
addHeader, addHeader, contentType, httpService, method, parameters, removeHeader, removeHeader, updateHeader, updateHeader, url, withAddedParameters, withAddedParameters, withBody, withBody, withPath, withRemovedParameters, withRemovedParameters, withService, withTransformationApplied, withUpdatedParameters, withUpdatedParameters
-
Methods inherited from interface burp.api.montoya.proxy.InterceptedMessage
destinationIpAddress, listenerInterface, messageId, sourceIpAddress
-
-