1
0
Fork 0
forked from goffee/core

add core services, add graph service, add component graph

This commit is contained in:
Zeni Kim 2024-10-28 11:33:06 -05:00
parent 59ea47dcd6
commit 7c92148ae4
7 changed files with 183 additions and 4 deletions

View file

@ -11,6 +11,9 @@ const CONTENT_TYPE string = "content-Type"
const CONTENT_TYPE_HTML string = "text/html; charset=utf-8"
const CONTENT_TYPE_JSON string = "application/json"
const CONTENT_TYPE_TEXT string = "text/plain"
const CONTENT_TYPE_IMAGEPNG string = "image/png"
const CONTENT_TYPE_IMAGEJPG string = "image/jpeg"
const CONTENT_TYPE_IMAGESVGXML string = "image/svg+xml"
const CONTENT_TYPE_MULTIPART_FORM_DATA string = "multipart/form-data;"
const LOCALHOST string = "http://localhost"
const TEST_STR string = "Testing!"