Closed abbeycode closed 9 years ago
All of the methods that enqueue operations return void, but they should return the AFHTTPRequestOperation objects they create, so that the caller can more easily cancel the operation.
void
AFHTTPRequestOperation
I will add this myself soon, and submit a pull request.
Fixed by #73. Thanks again, @abbeycode!
All of the methods that enqueue operations return
void
, but they should return theAFHTTPRequestOperation
objects they create, so that the caller can more easily cancel the operation.I will add this myself soon, and submit a pull request.