Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NSURLRequest を取得して、NSURLConnection のようなものではなく、socket() に書き込む準備ができている使用可能なデータに変換したいと考えています。
これを達成するための最良の方法は何ですか?
いいえ!
NSMutableURLRequest を作成し、そのリクエストに HTTPBodyStream を提供してから、NSURLConnection を作成してリクエストを送信できます。
HTTPBodyStream は、リクエストが本文を読み取る NSInputStream です。ユーザー、ファイル、または NSData から値を取得できます。