mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-13 18:00:00 +08:00
feat: add httpc.Parse (#1698)
This commit is contained in:
6
rest/httpc/vars.go
Normal file
6
rest/httpc/vars.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package httpc
|
||||
|
||||
const (
|
||||
contentType = "Content-Type"
|
||||
applicationJson = "application/json"
|
||||
)
|
||||
Reference in New Issue
Block a user