nathanday / ndjson

Objective-C JSON parser
1 stars 0 forks source link

No way to handle NSURLConnectionDelegate methods with NDJSONRequest #55

Closed nathanday closed 11 years ago

nathanday commented 11 years ago

Could perhaps have a delegate of NDJSONRequest that passes everything on, or maybe a subset.

nathanday commented 11 years ago

Or could have a initWithURLConnection:… version of the init methods so users can supply the URLConnection.