Difference between revisions of "CONTENT TYPE LLSD"

From Second Life Wiki
Jump to navigation Jump to search
m (not hex)
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<onlyinclude>{{#vardefine:CONTENT_TYPE_LLSD|{{LSL Const|CONTENT_TYPE_LLSD|integer|6|c={{#if:{{{direct|}}}|Sets the {{Wikipedia|Internet media type|Internet media type}} <code>{{String|Content-Type}}</code> header of any subsequent [[LSL HTTP server]] response via [[llHTTPResponse]] to <code>{{String|application/llsd+xml}}</code>.}}}}}}</onlyinclude>{{LSL Constant
<onlyinclude>{{#vardefine:CONTENT_TYPE_LLSD|{{LSL Const|CONTENT_TYPE_LLSD|integer|6|c={{#if:{{{direct|}}}|Sets the {{Wikipedia|Internet media type|Internet media type}} <code>{{String|Content-Type}}</code> header of any subsequent [[LSL HTTP server]] response via [[llHTTPResponse]] to <code>{{String|application/llsd+xml}}</code> ([[Linden Lab Structured Data]]).}}}}}}</onlyinclude>{{LSL Constant
|name={{#var:cname}}
|name={{#var:cname}}
|type={{#var:type}}
|type={{#var:type}}
|value=6
|value=6
|desc=Sets the {{Wikipedia|Internet media type|Internet media type}} <code>{{String|Content-Type}}</code> header of any subsequent [[LSL HTTP server]] response via [[llHTTPResponse]] to <code>{{String|application/llsd+xml}}</code>.
|desc=Sets the {{Wikipedia|Internet media type|Internet media type}} <code>{{String|Content-Type}}</code> header of any subsequent [[LSL HTTP server]] response via [[llHTTPResponse]] to <code>{{String|application/llsd+xml}}</code> ([[Linden Lab Structured Data]]).
|comment={{#var:comment}}
|comment={{#var:comment}}
|examples=
|examples=

Latest revision as of 00:45, 19 June 2024

Description

Constant: integer CONTENT_TYPE_LLSD = 6;

The integer constant CONTENT_TYPE_LLSD has the value 6

Sets the "Wikipedia logo"Internet media type "Content-Type" header of any subsequent LSL HTTP server response via llHTTPResponse to "application/llsd+xml" (Linden Lab Structured Data).

Related Articles

Deep Notes

Search JIRA for related Issues

Signature

integer CONTENT_TYPE_LLSD = 6;