recash

FREE
By lochana pramord | Updated a month ago | Advertising
Popularity

7.4 / 10

Latency

731ms

Service Level

100%

Health Check

N/A

Back to All Discussions

import Foundation let headers = [ "X-RapidAPI-Key": "51dd2e5d84mshb3059ed38ae4c76p1a9d6ajsn7a26bbf1fd52", "X-RapidAPI-Host": "recash1.p.rapidapi.com" ] let request = NSMutableURLRequest(url: NSURL(string: "https://recash1.p.rapidapi.com/search?search=www.joker123.net")! as URL, cachePolicy: .useProtocolCachePolicy, timeoutInterval: 10.0) request.httpMethod = "GET" request.allHTTPHeaderFields = headers let session = URLSession.shared let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in if (error != nil) { print(error) } else { let httpResponse = response as? HTTPURLResponse print(httpResponse) } }) dataTask.resume()

Rapid account: Lowlow 8999
lowlow8999
एक वर्ष पहले

Join in the discussion - add comment below:

Login / Signup to post new comments