Module: Nexpose::AJAX::CONTENT_TYPE

Defined in:
lib/nexpose/ajax.rb

Overview

Content type strings acceptect by Nexpose.

Constant Summary collapse

XML =
'text/xml; charset=UTF-8'
JSON =
'application/json; charset-utf-8'
FORM =
'application/x-www-form-urlencoded; charset=UTF-8'