HTTP Dump Plugin
The HTTP Dump plugin is an in-built plugin that listens to http:* events and logs HTTP request and response details to the console. This is useful for debugging API interactions and understanding what data is being sent and received during test execution.
warning
HTTP dumps can include credentials (API keys, bearer tokens) and sensitive payload data. Use this plugin carefully in shared terminals, CI logs, and production-like environments, or ensure logs are properly redacted.
Quick Start
HTTP dumps are automatically logged at DEBUG level.