创建开发代理截获的 URL 列表。 使用此插件可了解应用正在调用哪些 URL 以及如何配置开发代理来模拟这些 URL 的行为。
提示
若要将摘要保存到文件中,请在配置中使用记者插件。
配置示例
{
"$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v2.0.0/rc.schema.json",
"plugins": [
{
"name": "UrlDiscoveryPlugin",
"enabled": true,
"pluginPath": "~appFolder/plugins/DevProxy.Plugins.dll"
}
]
}
配置属性
没有