6d0a4e0b创建于 2022年12月27日历史提交
// 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"
)