send() send(string $url, array $params) : boolean|string Send the HTTP request with curl Parameters string $url Url to sent the request array $params POST params Returns boolean|string
shouldRetry() shouldRetry() : boolean Tells if the request should be retried on a different URL if a previous send failed Returns boolean