User Guide

cfhttpparam 183
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
Forms tags, 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.