3pl/util/httputil/const.go

9 lines
195 B
Go
Raw Normal View History

2022-10-04 09:29:34 +00:00
package httputil
const (
HeaderKeyContentType = "Content-Type"
HeaderValueApplicationJSON = "application/json"
HeaderValueApplicationURLEncoded = "application/x-www-form-urlencoded"
)