mirror of
https://github.com/fumiama/tienyik.git
synced 2026-06-04 23:10:26 +08:00
7 lines
117 B
Go
7 lines
117 B
Go
package textio
|
|
|
|
const (
|
|
ContenTypeForm = "application/x-www-form-urlencoded"
|
|
ContenTypeJSON = "application/json"
|
|
)
|