7 lines
97 B
Go
7 lines
97 B
Go
package httpc
|
|
|
|
const (
|
|
contentType = "Content-Type"
|
|
applicationJson = "application/json"
|
|
)
|