HTTP BODY MAXLENGTH
Revision as of 13:27, 29 June 2022 by Jenna Huntsman (talk | contribs) (Add note that the value passed via this constant is only applied to the Outgoing HTTP pipeline only.)
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.
* Only applies to the Outgoing HTTP pipeline.
Mono
- Maximum: 16KiB
LSO
- Maximum: 4KiB
Caveats
Related Articles
Functions
• | llHTTPRequest |