Difference between revisions of "Template:LSL Constants HTTP"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{{!}} {{Prettytable}} | {{{!}} {{Prettytable}} | ||
! | {{!}}-{{Hl2}} | ||
! colspan="2" {{!}} '''Flag''' !! '''Parameter Type''' !! '''Default''' !! '''Description''' | |||
{{!}}- | {{!}}- | ||
{{!}} {{LSLG|HTTP_METHOD}} | {{!}} {{LSLG|HTTP_METHOD}} |
Revision as of 23:37, 27 February 2007
Flag | Parameter Type | Default | Description | |
---|---|---|---|---|
HTTP_METHOD | 0 | string | "GET" | 'GET', 'POST', 'PUT' and 'DELETE' |
HTTP_MIMETYPE | 1 | string | "text/plain;charset=utf-8" | text/* MIME types should specify a charset. To emulate HTML forms use application/x-www-form-urlencoded. This allows you to set the body to a properly escaped (llEscapeURL) sequence of <name,value> pairs in the form var=value&var2=value2 and have them automatically parsed by web frameworks |
HTTP_BODY_MAXLENGTH | 2 | integer | 2048 | Setting HTTP_BODY_MAXLENGTH is not yet supported |
HTTP_VERIFY_CERT | 3 | integer boolean | TRUE | If TRUE, the server SSL certificate must be verifiable using one of the standard certificate authorities when making HTTPS requests. If FALSE, any server SSL certificate will be accepted. |