We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0762c4 + 2bc7983 commit e033565Copy full SHA for e033565
1 file changed
lib/Domain/Settings/GotenbergSharpClientOptions.cs
@@ -21,6 +21,10 @@ public class GotenbergSharpClientOptions
21
22
public Uri ServiceUrl { get; set; } = new Uri("http://localhost:3000");
23
24
+ /// <summary>
25
+ /// Convenience property for specifying a health check URL.
26
+ /// Note: This property is not currently used by the library.
27
+ /// </summary>
28
public Uri HealthCheckUrl { get; set; } = new Uri("http://localhost:3000/health");
29
30
public RetryOptions RetryPolicy { get; set; } = new RetryOptions();
0 commit comments