mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-24 01:30:25 +08:00
7 lines
97 B
Go
7 lines
97 B
Go
|
package httpc
|
||
|
|
||
|
const (
|
||
|
contentType = "Content-Type"
|
||
|
applicationJson = "application/json"
|
||
|
)
|