[iOS] URLSession image upload
평소 네트워크 통신을 할때 Alamofire를 사용하면서직접 URLSession을 사용해 이미지 업로드를 구현해보며 내부 동작을 파악하고 싶어 해당 블로깅을 작성해봅니다. 기본적으로 URLSession의 request 헤더 부분에 'Content-Type: application/json'을 사용하게 되는데,이미지나 대용량 파일 등을 전송하기 위해선 multipart/form-data로 전송하는게 적합 합니다. multipart/form-data먼저 application/json | multipart/form-data 각각 request body를 보내는 방법 부터가 다른데 아래를 먼저 보고 가봅시다.// application/jsonlet body: [String: Any] = [ "name": ..
iOS
2024. 11. 24. 22:42
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- swift reduce
- Swift joined()
- 2023년 회고
- Combine: Asynchronous Programming with Swift
- RTCCameraVideoCapturer
- Swift ModernRIBs
- swift protocol
- Swift Error Handling
- Swift joined
- swift programmers
- 원티드 프리온보딩
- Swift init
- Swift 프로그래머스
- RIBs tutorial
- Swift RIBs
- Swift Leetcode
- Swift 프로퍼티
- Swift inout
- Swift
- ios
- Swift final
- Swift 내림차순
- CS 네트워크
- Class
- Swift 알고리즘
- removeLast()
- swift 고차함수
- swift property
- iOS error
- swift (programmers)
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함