recash

무료
분류별 lochana pramord | 업데이트됨 לפני חודש | Advertising
인기

7.5 / 10

지연 시간

728ms

서비스 수준

100%

Health Check

N/A

모든 토론으로 돌아가기

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
לפני שנה

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입