//! The responses for Slack.
/// The constant value that represent `"Content-Type: text/plain"` header.
const CT_TEXT_PLAIN: = ;
/// The constant value that represent `"Content-Type: text/html"` header.
const CT_TEXT_HTML: = ;
/// The constant value that represent `"Content-Type: application/json"` header.
const CT_APPLICATION_JSON: = ;