2024-06-26 03:38:01 +00:00
|
|
|
namespace BotSharp.Plugin.HttpHandler.Enums;
|
|
|
|
|
|
2024-07-16 17:08:37 +00:00
|
|
|
public class UtilityName
|
2024-06-26 03:38:01 +00:00
|
|
|
{
|
2025-05-28 21:16:48 +00:00
|
|
|
public const string HttpHandler = "http-handler";
|
2024-06-26 03:38:01 +00:00
|
|
|
}
|