// Copyright (c) Huawei Technologies Co., Ltd. 2022-2022. All rights reserved.
// 响应常量定义
package response
const (
HttpContentType = "Content-Type"
MimeApplicationJSON = "application/json; charset=utf-8"
HttpContentTypeOptions = "X-Content-Type-Options"
HttpOptionsNoSniff = "nosniff"
HttpRequestId = "X-Request-Id"
)