Package burp.api.montoya.http
Interface RequestResponseSelection
public interface RequestResponseSelection
Provides access to user-selected content and its start and end points in HTTP requests and responses.
-
Method Summary
Modifier and TypeMethodDescriptionProvides access to user-selected content and its start and end points from the HTTP request.Provides access to user-selected content and its start and end points from the HTTP response.
-
Method Details
-
requestSelection
Selection requestSelection()Provides access to user-selected content and its start and end points from the HTTP request.- Returns:
- The selection for the request.
-
responseSelection
Selection responseSelection()Provides access to user-selected content and its start and end points from the HTTP response.- Returns:
- The selection for the response.
-