Skip to content

Commit

Permalink
Merge pull request AFNetworking#3476 from ecaselles/ecaselles-update-…
Browse files Browse the repository at this point in the history
…methods-override-documentation

Updates `AFHTTPSessionManager` documentation to reflect v3.x changes
  • Loading branch information
kcharwood committed May 6, 2016
2 parents 3eec2c1 + 711aeec commit e1e2d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AFNetworking/AFHTTPSessionManager.h
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@
## Methods to Override
To change the behavior of all data task operation construction, which is also used in the `GET` / `POST` / et al. convenience methods, override `dataTaskWithRequest:completionHandler:`.
To change the behavior of all data task operation construction, which is also used in the `GET` / `POST` / et al. convenience methods, override `dataTaskWithRequest:uploadProgress:downloadProgress:completionHandler:`.
## Serialization

0 comments on commit e1e2d62

Please sign in to comment.