update: dependencies

This commit is contained in:
Oarkflow
2024-11-16 16:02:59 +05:45
parent 70f3cd4b2b
commit 3bfd26c8ed
6 changed files with 152 additions and 30 deletions

View File

@@ -83,7 +83,8 @@ var (
ContentType = "Content-Type"
AwaitResponseKey = "Await-Response"
QueueKey = "Topic"
TypeJson = "application/json"
TypeJson = "application/json; charset=utf-8"
TypeHtml = "text/html; charset=utf-8"
HeaderKey = "headers"
TriggerNode = "triggerNode"
)