🏷️ Added ContentType header name constant

This commit is contained in:
Maxim Lebedev 2023-01-02 06:11:17 +06:00
parent 6e0467deec
commit bb6beaba44
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 4 additions and 0 deletions

View File

@ -12,4 +12,8 @@ const (
MIMETextPlainCharsetUTF8 string = MIMETextPlain + "; " + charsetUTF8
)
const (
HeaderContentType string = "Content-Type"
)
const Und string = "und"