CFHTTPPARAM

Specifies a parameter to use with CFHTTP

Usage

<cfhttpparam>

Attributes

Attribute default required summary
ATTRIBUTECOLLECTION A structure containing the tag attributes
TYPE The type of this parameter: url, formfield, cgi, body, xml, header, cookie, file
ENCODED Is the parameter value encoded
VALUE The value for the type
URL If TYPE=URL, then this is the value for the URL
FORMFIELD If TYPE=FORMFIELD, then this is the name of the field
CGI If TYPE=CGI, then this is the name of the CGI field
HEADER If TYPE=HEADER, then this is the name for the header field
COOKIE If TYPE=COOKIE, then this is the name of the cookie
FILE If TYPE=FILE, then this is the path of the file
MIMETYPE If TYPE=FILE, then this is the mime type of the file