iGLOO-be / cf-curl

cURL in coldfusion
MIT License
4 stars 4 forks source link
coldfusion curl http request

cURL

Coldfusion component that use cURL command.

Compatibility CF10+

Usage

req = new cURL('http://httpbin.org/get');
res = req.exec();

res = new cURL('http://httpbin.org/get')
  .exec();

Methods

Result

Return of .exec().