Difference between revisions of "CONTENT TYPE ATOM"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "<onlyinclude>{{#vardefine:CONTENT_TYPE_ATOM|{{LSL Const|CONTENT_TYPE_ATOM|integer|ihex=4|hex=0x4|c={{#if:{{{direct|}}}|Sets the content type of a llHTTPResponse to <code>{{St…")
 
(changed description)
Line 1: Line 1:
<onlyinclude>{{#vardefine:CONTENT_TYPE_ATOM|{{LSL Const|CONTENT_TYPE_ATOM|integer|ihex=4|hex=0x4|c={{#if:{{{direct|}}}|Sets the content type of a [[llHTTPResponse]] to <code>{{String|application/atom+xml}}</code>.}}}}}}</onlyinclude>{{LSL Constant
<onlyinclude>{{#vardefine:CONTENT_TYPE_ATOM|{{LSL Const|CONTENT_TYPE_ATOM|integer|ihex=4|hex=0x4|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/atom+xml}}</code>.}}}}}}</onlyinclude>{{LSL Constant
|name={{#var:cname}}
|name={{#var:cname}}
|type={{#var:type}}
|type={{#var:type}}
|hvalue=0x4
|hvalue=0x4
|value=4
|value=4
|desc=Sets the content type of a [[llHTTPResponse]] to <code>{{String|application/atom+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/atom+xml}}</code>.
|comment={{#var:comment}}
|comment={{#var:comment}}
|examples=
|examples=

Revision as of 09:25, 1 January 2014

Description

Constant: integer CONTENT_TYPE_ATOM = 0x4;

The integer constant CONTENT_TYPE_ATOM has the value 0x4

Sets the "Wikipedia logo"Internet media type "Content-Type" header of any subsequent LSL HTTP server response via llHTTPResponse to "application/atom+xml".

Related Articles

Deep Notes

Search JIRA for related Issues

Signature

integer CONTENT_TYPE_ATOM = 0x4;