Difference between revisions of "LlGetHTTPHeader"
Jump to navigation
Jump to search
m (New page: {{LSL_Function |func_id=349|func_sleep=0.0|func_energy=10.0 |func=llGetHTTPHeader|return_type=string |p1_type=key|p1_name=request_id|p1_desc=A valid HTTP request key. |p2_type=string|p2_na...) |
m |
||
Line 9: | Line 9: | ||
|spec | |spec | ||
|caveats=* LSL is not a CGI environment | |caveats=* LSL is not a CGI environment | ||
** "Content-Type" is an example of a normal header name, in a CGI environment the | ** "Content-Type" is an example of a normal header name, in a CGI environment the name would be "HTTP_CONTENT_TYPE". | ||
|constants | |constants | ||
|examples= | |examples= |
Revision as of 20:54, 27 February 2009
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Summary
Function: string llGetHTTPHeader( key request_id, string header );0.0 | Forced Delay |
10.0 | Energy |
Returns a string that is the value for header for request_id.
• key | request_id | – | A valid HTTP request key. | |
• string | header | – | Header value name. |
Caveats
- LSL is not a CGI environment
- "Content-Type" is an example of a normal header name, in a CGI environment the name would be "HTTP_CONTENT_TYPE".
Examples
See Also
Events
• | http_request |
Functions
• | llGetFreeURLs | |||
• | llRequestURL | |||
• | llRequestSecureURL | |||
• | llReleaseURL | |||
• | llHTTPResponse |
Articles
• | LSL http server | |||
• | ![]() |