OsSetContentType
From OpenSimulator
(Difference between revisions)
												
			 (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   | + | |description=Sets an arbitrary content return type for an [http://wiki.secondlife.com/wiki/LlRequestURL llRequestUrl()].  | 
}}  | }}  | ||
Revision as of 07: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 |