Global Variable グローバル変数

NSURLErrorRequestBodyStreamExhausted

A body stream was needed but the client did not provide one. あるボディストリームが必要とされましたがクライアントはそれを提供しません。

Declaration 宣言

var NSURLErrorRequestBodyStreamExhausted: Int { get }

Discussion 議論

This impacts clients on iOS that send a POST request using a body stream but do not implement the URLSessionTaskDelegate delegate method urlSession(_:task:needNewBodyStream:). これは、POSTリクエストをボディストリームを使って送信するしかしURLSessionTaskDelegateの委任先メソッドurlSession(_:task:needNewBodyStream:)を実装しないiOS上のクライアントに影響します。

See Also 参照

URL Errors URLエラー