title | description | author | ms.author | ms.date |
---|---|---|---|---|
ExecutionSummaryPlugin |
ExecutionSummaryPlugin reference |
garrytrinder |
garrytrinder |
08/05/2024 |
Creates a summary of the requests that pass through the proxy.
Tip
Use a reporter plugin in your configuration to save the summary to a file.
:::image type="content" source="../media/execution-summary-1.png" alt-text="Screenshot of a command prompt with the Dev Proxy execution summary with information about intercepted requests." lightbox="../media/execution-summary-1.png":::
:::image type="content" source="../media/execution-summary-2.png" alt-text="Screenshot of a command prompt with the summary of the requests intercepted by Dev Proxy." lightbox="../media/execution-summary-2.png":::
{
"name": "ExecutionSummaryPlugin",
"enabled": true,
"pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll",
"configSection": "executionSummaryPlugin"
}
{
"executionSummaryPlugin": {
"groupBy": "url"
}
}
Property | Description | Default |
---|---|---|
groupBy |
How proxy should group the information in the summary. Available options: url , messageType |
url |
Name | Description | Default |
---|---|---|
--summary-group-by |
How proxy should group the information in the summary. Available options: url , messageType |
url |