This repository was archived by the owner on Aug 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 124
Curl Options
Jay edited this page Jan 11, 2015
·
2 revisions
Curl is used as our transportation engine for sending Rest API calls. You can configure Curl options as follows:
-
http.<CURL_HEADER>- Replace CURL_HEADER with curl constants.
- e.g. http.CURLOPT_CONNECTTIMEOUT = 30
As you can see, any curl constant that needs to be added, needs to be prefixed with http..
By default, there are many configurations set by default. By defining any configuration here would override the default.
Getting Started
Using Our SDK
Configurations
Extras
External Links