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
|
|
|
{
|
2024-12-04 22:12:02 +00:00
|
|
|
public const string HttpHandler = "http.http-handler";
|
2024-06-26 03:38:01 +00:00
|
|
|
}
|