feat: new headers + statuses

This commit is contained in:
2025-04-27 15:41:56 +02:00
parent e8def487d4
commit baf4e882db

View File

@ -12,6 +12,7 @@ const HSP_PORT = "998"
const (
H_STATUS = "status"
H_DATA_FORMAT = "data-format"
H_AUTH = "auth"
H_ROUTE = "route"
)
@ -29,6 +30,7 @@ const (
STATUS_SUCCESS = 0
STATUS_NOTFOUND = 69
STATUS_INTERNALERR = 129
STATUS_UNAUTHORIZED = 49
STATUS_RECEIVED = 1
)