Difference between revisions of "CONTENT TYPE XHTML"

From Second Life Wiki
Jump to navigation Jump to search
(changed description)
(added http_request to events)
Line 20: Line 20:
{{LSL DefineRow||[[llHTTPResponse]]|}}
{{LSL DefineRow||[[llHTTPResponse]]|}}
|events=
|events=
{{LSL DefineRow||[[http_request]]|}}
{{LSL DefineRow||[[http_response]]|}}
{{LSL DefineRow||[[http_response]]|}}
|cat1=Chat
|cat1=Chat

Revision as of 09:33, 1 January 2014

Description

Constant: integer CONTENT_TYPE_XHTML = 0x3;

The integer constant CONTENT_TYPE_XHTML has the value 0x3

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

Related Articles

Deep Notes

Search JIRA for related Issues

Signature

integer CONTENT_TYPE_XHTML = 0x3;