Skip to content

Commit

Permalink
Updates documentation to reflect the new behaviour on GET, POST, etc.…
Browse files Browse the repository at this point in the history
… convenience methods.
  • Loading branch information
ecaselles committed Apr 28, 2016
1 parent b7073e4 commit 711aeec
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
Expand Up @@ -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
Expand Down

0 comments on commit 711aeec

Please sign in to comment.