CONTENT TYPE TEXT

From Second Life Wiki
Revision as of 07:46, 1 January 2014 by Kireji Haiku (talk | contribs) (Created page with "<onlyinclude>{{#vardefine:CONTENT_TYPE_TEXT|{{LSL Const|CONTENT_TYPE_TEXT|integer|ihex=0|hex=0x0|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_TEXT = 0x0;

The integer constant CONTENT_TYPE_TEXT has the value 0x0

Sets the content type of a llHTTPResponse to "text/plain".

Related Articles

Deep Notes

Search JIRA for related Issues

Signature

integer CONTENT_TYPE_TEXT = 0x0;