Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Curl Options

Matt Cole edited this page Jun 6, 2017 · 2 revisions

Curl is used as our transportation engine for sending Rest API calls. You can configure Curl options as follows:

Configurations

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.