feat: add httpc.Parse (#1698)

This commit is contained in:
Kevin Wan
2022-03-23 17:58:21 +08:00
committed by GitHub
parent 0aeb49a6b0
commit c1d9e6a00b
10 changed files with 178 additions and 21 deletions

6
rest/httpc/vars.go Normal file
View File

@@ -0,0 +1,6 @@
package httpc
const (
contentType = "Content-Type"
applicationJson = "application/json"
)