CONTENT TYPE JSON
Revision as of 06:52, 1 January 2014 by Kireji Haiku (talk | contribs) (Created page with "<onlyinclude>{{#vardefine:CONTENT_TYPE_JSON|{{LSL Const|CONTENT_TYPE_JSON|integer|ihex=5|hex=0x5|c={{#if:{{{direct|}}}|Sets the content type of a llHTTPResponse to <code>{{St…")
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer CONTENT_TYPE_JSON = 0x5;The integer constant CONTENT_TYPE_JSON has the value 0x5
Sets the content type of a llHTTPResponse to "application/json"
.
Caveats
Related Articles
Constants
• | CONTENT_TYPE_TEXT | |||
• | CONTENT_TYPE_HTML | |||
• | CONTENT_TYPE_XML | |||
• | CONTENT_TYPE_XHTML | |||
• | CONTENT_TYPE_ATOM | |||
• | CONTENT_TYPE_LLSD | |||
• | CONTENT_TYPE_FORM | |||
• | CONTENT_TYPE_RSS |
Functions
• | llSetContentType | |||
• | llHTTPResponse |
Events
• | http_response |