mirror of
https://github.com/number571/go-peer.git
synced 2026-09-14 11:05:42 +05:00
8 lines
163 B
Go
8 lines
163 B
Go
package api
|
|
|
|
const (
|
|
CTextPlain = "text/plain"
|
|
CApplicationJSON = "application/json"
|
|
CApplicationOctetStream = "application/octet-stream"
|
|
)
|