Interface ResponseKeywordsAnalyzer
public interface ResponseKeywordsAnalyzer
Analyze HTTP responses and retrieve keywords.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
updateWith
(HttpResponse response) Update the analysis based on an additional response.
-
Method Details
-
variantKeywords
-
invariantKeywords
-
updateWith
Update the analysis based on an additional response.- Parameters:
response
- The new response to include in the analysis.
-