SetHttpvalue()
Sets the HTTP header name/value for this request. It must be called before any content is flushed to the request
Usage
BOOLEAN = SetHttpvalue(
name,
value,
charset
)
Argument | Summary |
---|---|
name | the name of the HTTP parameter to set |
value | the value of the HTTP parameter |
charset | the charset of the value; (optional) [optional] |
Calling
Supports named-parameter calling allowing you to use the function like:
SetHttpvalue( name=?, value=?, charset=? );
Supports passing parameters as a structure using ArgumentCollection:
SetHttpvalue( ArgumentCollection={ name : ?, value : ?, charset : ? } );
See Also
Applicationcount
Applicationlist
Applicationremove
CreateObject
CreateUuid
Cronenable
Cronsetdirectory
Dataload
Datasave
DeleteClientvariable
Duplicate
GetApplicationmetadata
GetBasetaglist
GetBasetemplatepath
GetClientvariableslist
GetContextroot
GetCurrenttemplatepath
GetHashcode
GetJournaldirectory
GetLocalhostip
GetMailspooldirectory
GetMailundelivereddirectory
GetTagstack
GetTemplatepath
GetVariable
HtmlBody
HtmlHead
Httpdump
Invoke
JmxGetdomainlist
Journalread
Journalreadsession
Journalreadtodatasource
Logger
Pause
Renderinclude
Sessioncount
SetCookie
SetHttpstatus
SetHttpvalue
SetVariable
SystemFilecacheflush
SystemFilecacheinfo
SystemFilecachelist
SystemMemory
Throw
Throwobject
WriteDump
WriteLog
WriteOutput