Amber::Controller::Helpers::Responders::Content
Constants
ACCEPT_SEPARATOR_REGEX = /,|,\s/
TYPE = {
html: "text/html",
json: "application/json",
txt: "text/plain",
text: "text/plain",
xml: "application/xml",
js: "application/javascript",
}
TYPE_EXT_REGEX = /\.(#{TYPE.keys.join("|")})$/
Constructors
Instance methods
body
Sourcehtml
Sourcejs
Sourcejson
Sourcejson
Sourcetext
Sourcetype
Sourcexml
Source