Difference between revisions of "HTTP CUSTOM HEADER"
Jump to navigation
Jump to search
m (BUG-4016) |
m |
||
Line 4: | Line 4: | ||
|desc | |desc | ||
|examples | |examples | ||
|caveats=*The length of the name plus the length of the value cannot exceed | |caveats=*The length of the name plus the length of the value cannot exceed 253 characters. | ||
|functions={{LSL DefineRow||[[llHTTPRequest]]|}} | |functions={{LSL DefineRow||[[llHTTPRequest]]|}} | ||
|events | |events |
Revision as of 11:22, 28 September 2013
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer HTTP_CUSTOM_HEADER = 5;The integer constant HTTP_CUSTOM_HEADER has the value 5
Caveats
- The length of the name plus the length of the value cannot exceed 253 characters.
Related Articles
Functions
• | llHTTPRequest |