HTTP BODY MAXLENGTH: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value=2 | |value=2 | ||
|desc | |desc=Used with [[llHTTPRequest]] to set the maximum size the script will accept for an HTTP body. The largest value this can be set to depends upon the VM that is being used. | ||
===[[Mono]]=== | |||
*Maximum: 16KiB | |||
===[[LSO]]=== | |||
*Maximum: 4KiB | |||
|examples | |examples | ||
|functions= | |functions= | ||
Revision as of 21:18, 17 April 2012
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer HTTP_BODY_MAXLENGTH = 2;The integer constant HTTP_BODY_MAXLENGTH has the value 2
Used with llHTTPRequest to set the maximum size the script will accept for an HTTP body. The largest value this can be set to depends upon the VM that is being used.
Mono
- Maximum: 16KiB
LSO
- Maximum: 4KiB
Caveats
Related Articles
Functions
| • | llHTTPRequest |