Hi,
Does NSURLSession support http2 streams? If not, is there any recommended way to do it?
Looks like NSURLSessionStreamTask can provide a TCP/IP connection, can I use swift-nio-http2 to parse my http requests and make a streaming call with NSURLSessionStreamTask?
Does NSURLSession support http2 streams? If not, is there any recommended way to do it?
Looks like NSURLSessionStreamTask can provide a TCP/IP connection, can I use swift-nio-http2 to parse my http requests and make a streaming call with NSURLSessionStreamTask?