go-zero/rest/httpc/vars.go

7 lines
97 B
Go
Raw Normal View History

2022-03-23 17:58:21 +08:00
package httpc
const (
contentType = "Content-Type"
applicationJson = "application/json"
)