Difference between revisions of "LlGetHTTPHeader"
Jump to navigation
Jump to search
m |
m |
||
Line 30: | Line 30: | ||
*{{SVN|1836|rev=112899 |trunk=*|anchor=file22|ver=|ser=}} | *{{SVN|1836|rev=112899 |trunk=*|anchor=file22|ver=|ser=}} | ||
|cat1=HTTP | |cat1=HTTP | ||
|cat2 | |cat2=HTTP/Server | ||
|cat3 | |cat3 | ||
|cat4 | |cat4 | ||
}} | }} |
Revision as of 16:03, 18 April 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 | |||
• | ![]() |