User Guide
cfhttpparam 223
cfhttpparam
Description
Allowed inside cfhttp tag bodies only. Required for cfhttp POST operations. Optional for all
others. Specifies parameters to build an HTTP request.
Category
Internet Protocol tags
Syntax
<cfhttpparam
type = "transaction type"
name = "data name"
value = "data value"
file = "filename"
encoded = "yes" or "no"
mimeType = "MIME type designator">
See also
cfhttp, GetHttpRequestData, cfftp, cfldap, cfmail, cfmailparam, cfpop
History
ColdFusion MX 6.1:
• Added the header and body types.
• Added the encoded and mimeType attributes.
• Changed HTTP method behavior: all HTTP methods can have httpparam tags.
• Changed the name attribute requirements: it is not required for all types.