How to open HTTP stream on iOS using ndjson – Ios swift
Does anyone have experience opening HTTP stream on iOS? I have tried multiple solutions without any luck (examples bellow). For better context, here's example of endpoint that will stream values (as ndjson) upon opening connection: GET /v2/path/{id} Accept: application/x-ndjson Attempt…