Notice
Recent Posts
Recent Comments
Link
목록addValue (1)
투케이2K
201. (swift5/xcode) URLRequest 사용해 http 요청 시 addValue 헤더 값 다중 설정 방법
[개발 환경 설정] 개발 툴 : XCODE 개발 언어 : SWIFT5 [소스 코드] // ----------------------------------------- // [URLRequest 생성 및 http 요청 타입 지정] // ----------------------------------------- let urlComponents = URLComponents(string: "http://..") var requestURL = URLRequest(url: (urlComponents?.url)!) requestURL.httpMethod = "GET" // [GET 요청] // ----------------------------------------- // [Headers addValue 헤더 ..
Swift
2023. 12. 11. 19:23