To support SSL mode in CLI
[ealt-edge.git] / ocd / cli / ealt / cmd / common / constant.go
index 6445c69..5c0807d 100644 (file)
@@ -25,5 +25,7 @@ const (
        InstantiateUri = "/instantiate"
        TerminateUri   = "/terminate"
 
-       PATHSLASH = "/"
+       PATHSLASH       = "/"
+       ApplicationJson = "application/json"
+       ContentType     = "Content-Type"
 )