Documentation
¶
Index ¶
Constants ¶
View Source
const ( HTTPHeader = "HTTP-Header" HTTPHeaderKeyRequestID = "X-Request-Id" HTTPHeaderKeyLogID = "X-Tt-Logid" HTTPKeyStatusCode = "http_status_code" )
View Source
const ContentType = "Content-Type"
View Source
const ContentTypeJson = "application/json"
View Source
const DefaultContentType = ContentTypeJson + "; charset=utf-8"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallbackType ¶
type CallbackType string
const ( CallbackTypeEvent CallbackType = "event_callback" CallbackTypeChallenge CallbackType = "url_verification" )
Click to show internal directories.
Click to hide internal directories.