ExecutionSummaryPlugin

Generates a summary report of the requests that pass through the proxy.

Screenshot of a command prompt with the Dev Proxy execution summary with information about intercepted requests.

Screenshot of a command prompt with the summary of the requests intercepted by Dev Proxy.

Plugin instance definition

{
  "name": "ExecutionSummaryPlugin",
  "enabled": false,
  "pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll",
  "configSection": "executionSummaryPlugin"
}

Configuration example

{
  "executionSummaryPlugin": {
    "groupBy": "url"
  }
}

Configuration properties

Property Description Default
groupBy How proxy should group the information in the summary. Available options: url, messageType url

Command line options

Name Description Default
--summary-group-by How proxy should group the information in the summary. Available options: url, messageType url