CONTENT TYPE TEXT: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Kireji Haiku (talk | contribs)
added http_request to events
Kireji Haiku (talk | contribs)
mNo edit summary
Line 22: Line 22:
{{LSL DefineRow||[[http_request]]|}}
{{LSL DefineRow||[[http_request]]|}}
{{LSL DefineRow||[[http_response]]|}}
{{LSL DefineRow||[[http_response]]|}}
|also_articles={{LSL DefineRow||[[LSL HTTP server]]}}
|cat1=Chat
|cat1=Chat
|cat2
|cat2

Revision as of 09:36, 1 January 2014

Description

Constant: integer CONTENT_TYPE_TEXT = 0x0;

The integer constant CONTENT_TYPE_TEXT has the value 0x0

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

Caveats


Related Articles

Deep Notes

Search JIRA for related Issues

Signature

integer CONTENT_TYPE_TEXT = 0x0;