Core Foundation equivalents for NSURLRequest and NSURLConnection

Posted by theactiveactor on Stack Overflow See other posts from Stack Overflow or by theactiveactor
Published on 2010-05-18T22:56:47Z Indexed on 2010/05/18 23:00 UTC
Read the original article Hit count: 289

I'm aware that NSUrl is bridged to CFUrl. What are the Core Foundation equivalents for NSURLRequest and NSURLConnection so I can do something with a CFUrl object using pure C?

© Stack Overflow or respective owner

Related posts about core-foundation

Related posts about iphone