mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-02-03 02:54:41 +08:00
9 lines
188 B
Go
9 lines
188 B
Go
package consts
|
|
|
|
const (
|
|
HTTPContentTypeXml = "text/xml"
|
|
HTTPContentTypeHtml = "text/html"
|
|
HTTPContentTypeStream = "text/event-stream"
|
|
HTTPContentTypeJson = "application/json"
|
|
)
|