Difference between revisions of "CONTENT TYPE FORM"

From Second Life Wiki
Jump to navigation Jump to search
m
m (not hex)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<onlyinclude>{{#vardefine:CONTENT_TYPE_FORM|{{LSL Const|CONTENT_TYPE_FORM|integer|ihex=7|hex=0x7|c={{#if:{{{direct|}}}|Sets the {{Wikipedia|Internet media type|Internet media type}} <code>{{String|Content-Type}}</code> header of any subsequent [[LSL HTTP server]] response via [[llHTTPResponse]] to <code>{{String|application/x-www-form-urlencoded}}</code>.}}}}}}</onlyinclude>{{LSL Constant
<onlyinclude>{{#vardefine:CONTENT_TYPE_FORM|{{LSL Const|CONTENT_TYPE_FORM|integer|7|c={{#if:{{{direct|}}}|Sets the {{Wikipedia|Internet media type|Internet media type}} <code>{{String|Content-Type}}</code> header of any subsequent [[LSL HTTP server]] response via [[llHTTPResponse]] to <code>{{String|application/x-www-form-urlencoded}}</code>.}}}}}}</onlyinclude>{{LSL Constant
|name={{#var:cname}}
|name={{#var:cname}}
|type={{#var:type}}
|type={{#var:type}}
|hvalue=0x7
|value=7
|value=7
|desc=Sets the {{Wikipedia|Internet media type|Internet media type}} <code>{{String|Content-Type}}</code> header of any subsequent [[LSL HTTP server]] response via [[llHTTPResponse]] to <code>{{String|application/x-www-form-urlencoded}}</code>.
|desc=Sets the {{Wikipedia|Internet media type|Internet media type}} <code>{{String|Content-Type}}</code> header of any subsequent [[LSL HTTP server]] response via [[llHTTPResponse]] to <code>{{String|application/x-www-form-urlencoded}}</code>.
Line 22: Line 21:
{{LSL DefineRow||[[http_request]]|}}
{{LSL DefineRow||[[http_request]]|}}
{{LSL DefineRow||[[http_response]]|}}
{{LSL DefineRow||[[http_response]]|}}
|also_articles={{LSL DefineRow||[[LSL HTTP server]]}}
|articles={{LSL DefineRow||[[LSL HTTP server]]}}
|cat1=Chat
|cat1=Chat
|cat2
|cat2

Latest revision as of 02:08, 2 January 2014

Description

Constant: integer CONTENT_TYPE_FORM = 7;

The integer constant CONTENT_TYPE_FORM has the value 7

Sets the "Wikipedia logo"Internet media type "Content-Type" header of any subsequent LSL HTTP server response via llHTTPResponse to "application/x-www-form-urlencoded".

Related Articles

Deep Notes

Search JIRA for related Issues

Signature

integer CONTENT_TYPE_FORM = 7;