#912 add excluded params to proxy mapping (#914)

This commit is contained in:
Walid Haidari
2023-03-24 23:35:09 +08:00
committed by GitHub
parent 090989ea7f
commit 95bf8e31aa
3 changed files with 60 additions and 2 deletions

View File

@@ -57,6 +57,12 @@ public class ProxyAndRecordSettings : HttpClientSettings
[PublicAPI]
public string[]? ExcludedHeaders { get; set; }
/// <summary>
/// Defines a list of params which will be excluded from the saved mappings.
/// </summary>
[PublicAPI]
public string[]? ExcludedParams { get; set; }
/// <summary>
/// Defines a list of cookies which will be excluded from the saved mappings.
/// </summary>