1
0
mirror of https://github.com/fumiama/tienyik.git synced 2026-06-04 23:10:26 +08:00
Files
tienyik/internal/textio/http.go
2025-10-31 23:20:46 +08:00

7 lines
117 B
Go

package textio
const (
ContenTypeForm = "application/x-www-form-urlencoded"
ContenTypeJSON = "application/json"
)