Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.
Configuration example
{
"$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v2.3.0/rc.schema.json",
"plugins": [
{
"name": "ExecutionSummaryPlugin",
"enabled": true,
"pluginPath": "~appFolder/plugins/DevProxy.Plugins.dll",
"configSection": "executionSummaryPlugin"
}
],
"executionSummaryPlugin": {
"$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v2.3.0/executionsummaryplugin.schema.json",
"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 |
Next step
Makipagtulungan sa amin sa GitHub
Ang pinagmulan para sa content na ito ay mahahanap sa GitHub, kung saan maaari ka ring lumikha at sumuri ng mga isyu at mga pull request. Para sa higit pang impormasyon, tingnan ang aming gabay sa contributor.