clients icon indicating copy to clipboard operation
clients copied to clipboard

HttpClient, StringClient, and JsonClient extracted from restify

Results 33 clients issues
Sort by recently updated
recently updated
newest added

Currently, clients will take two components, a url, and a path. We should revisit this interface and standardize a common interface that makes it easy to specify a URL. Something...

Hello, We wanted to ignore a bad SSL certificate temporarily and was wondering how to do this. Unfortunately the documentation did not cover this. I noticed you have the `rejectUnauthorized:...