forked from goffee/core
add core services, add graph service, add component graph
This commit is contained in:
parent
59ea47dcd6
commit
7c92148ae4
7 changed files with 183 additions and 4 deletions
|
|
@ -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!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue