Category:LSL HTTP: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Strife Onizuka (talk | contribs)
No edit summary
Gally Young (talk | contribs)
m multi lang
Line 1: Line 1:
{{LSL Header}}
{{Multi-lang}}{{LSL Header}}


== HTTP ==
== HTTP ==

Revision as of 12:13, 13 January 2008

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.