Interface RequestResult


public interface RequestResult
The record of a single request sent by a RequestExecutionEngine: its correlation label, what happened to it, and the request/response exchange.

One RequestResult exists per queued request. Instances are passed to a ResponseHandler as each request completes and collected into RequestExecutionResult.results(). They are an immutable record created by Burp; there is no caller-facing factory. Whether a result is kept is decided by the ResponseHandler's Retention verdict, not on the result itself.