CONTENT TYPE ATOM

From Second Life Wiki
Revision as of 07:51, 1 January 2014 by Kireji Haiku (talk | contribs) (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…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Constant: integer CONTENT_TYPE_ATOM = 0x4;

The integer constant CONTENT_TYPE_ATOM has the value 0x4

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

Related Articles

Deep Notes

Search JIRA for related Issues

Signature

integer CONTENT_TYPE_ATOM = 0x4;