vars.go 97 B

123456
  1. package httpc
  2. const (
  3. contentType = "Content-Type"
  4. applicationJson = "application/json"
  5. )