Difference between revisions of "CONTENT TYPE LLSD"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "<onlyinclude>{{#vardefine:CONTENT_TYPE_LLSD|{{LSL Const|CONTENT_TYPE_LLSD|integer|ihex=6|hex=0x6|c={{#if:{{{direct|}}}|Sets the content type of a llHTTPResponse to <code>{{St…")
(No difference)

Revision as of 07:54, 1 January 2014

Description

Constant: integer CONTENT_TYPE_LLSD = 0x6;

The integer constant CONTENT_TYPE_LLSD has the value 0x6

Sets the content type of a llHTTPResponse to "application/llsd+xml".

Related Articles

Deep Notes

Search JIRA for related Issues

Signature

integer CONTENT_TYPE_LLSD = 0x6;