OsSetContentType

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Created page with "{{osslfunc |function_syntax=void osSetContentType(LSL_Key id, string type) |threat_level=High |description=Sets the response type for an HTTP request/response. }}")
 
m
Line 2: Line 2:
 
|function_syntax=void osSetContentType(LSL_Key id, string type)
 
|function_syntax=void osSetContentType(LSL_Key id, string type)
 
|threat_level=High
 
|threat_level=High
|description=Sets the response type for an HTTP request/response.
+
|description=Sets an arbitrary content return type for an [http://wiki.secondlife.com/wiki/LlRequestURL llRequestUrl()].
 
}}
 
}}

Revision as of 08:01, 22 November 2012

void osSetContentType(LSL_Key id, string type)
Sets an arbitrary content return type for an llRequestUrl().
Threat Level High
Permissions No permissions specified
Extra Delay No function delay specified
General
About This Wiki