Difference between revisions of "Category:LSL HTTP"
Jump to navigation
Jump to search
Kri Ayakashi (talk | contribs) |
Kri Ayakashi (talk | contribs) (→HTTP) |
||
Line 1: | Line 1: | ||
== HTTP == | == HTTP == | ||
Line 5: | Line 4: | ||
'''Functions''' | '''Functions''' | ||
[[llEscapeURL]] Returns the UTF-8 encoded escape codes for selected characters. | [[llEscapeURL]] Returns the UTF-8 encoded escape codes for selected characters. | ||
[[llHTTPRequest]] Requests information from an HTTP server. | [[llHTTPRequest]] Requests information from an HTTP server. | ||
[[llLoadURL]] Loads a web page in an external browser. | [[llLoadURL]] Loads a web page in an external browser. | ||
[[llUnescapeURL]] Returns the UTF-8 characters without escape codes. | [[llUnescapeURL]] Returns the UTF-8 characters without escape codes. | ||
'''Events''' | '''Events''' | ||
[[http_response]] Called when an HTTP request is complete. | [[http_response]] Called when an HTTP request is complete. |
Revision as of 03:39, 24 April 2007
HTTP
LSL includes functions that utilize HTTP, the HyperText Transfer Protocol, for communicating with web servers on the outside internet. HTTP requests incur no speed penalty, but there is a limit on how many requests per owner per sim can be made.
Functions
llEscapeURL Returns the UTF-8 encoded escape codes for selected characters.
llHTTPRequest Requests information from an HTTP server.
llLoadURL Loads a web page in an external browser.
llUnescapeURL Returns the UTF-8 characters without escape codes.
Events
http_response Called when an HTTP request is complete.
Subcategories
This category has the following 2 subcategories, out of 2 total.
Pages in category "LSL HTTP"
The following 15 pages are in this category, out of 15 total.