jasonkneen / RESTe

A simple JavaScript REST / API helper for Titanium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to add securityManager in the config?

mlcunha opened this issue · comments

I need to use securityManager to pin a ssl certificate.
Can you add this method in the config settings??
if (_.has(config, 'securityManager')) {
http.setSecurityManager(config.securityManager);
}

want to try a PR for this?

Handled in #65