Files
WireMock.Net-wiremock/src/WireMock.Net/Settings/IWebhookSettings.cs
Stef Heyenrath d758301e4f Webhook (#591)
Webhook
2021-03-24 18:15:31 +01:00

9 lines
168 B
C#

namespace WireMock.Settings
{
/// <summary>
/// IWebhookSettings
/// </summary>
public interface IWebhookSettings : IHttpClientSettings
{
}
}