Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 329 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 329 Bytes

DCHTTPRequest

DCHTTPRequest is a wrapper around NSHTTPRequest that simplifies its usability.

To use, simply init a DCHTTPRequest instead of a NSHTTPRequest. Then either start it immediately, or queue it using the built in NSOperationQueue. Use the completion block if you care about the response of the request.