🎨 Added authorization headers contants
/ docker (push) Successful in 1m53s Details

This commit is contained in:
Maxim Lebedev 2024-02-13 06:34:29 +06:00
parent ddccf36b08
commit 5124c7cc99
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 2 additions and 0 deletions

View File

@ -2,8 +2,10 @@ package common
const (
HeaderAcceptLanguage string = "Accept-Language"
HeaderAuthorization string = "Authorization"
HeaderContentLanguage string = "Content-Language"
HeaderContentType string = "Content-Type"
HeaderCookie string = "Cookie"
)
const (