You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -162,7 +162,7 @@ For more usage, checkout [Cookbook](Documents/Cookbook.md)
162
162
163
163
When a request is cancelled, the failure callback will not be called. Also a failure callback will never be called with an `NSURLErrorCancelled` error parameter.
164
164
165
-
But you could get an `NSURLErrorCancelled` error from a RFAPITask object in the finished or complation callback.
165
+
But you could get an `NSURLErrorCancelled` error from a RFAPITask object in the finished or completion callback.
If you want to send an array parameters, set `RFAPIRequestArrayParameterKey` key with the array.
220
-
If you want some parameters sent throgh qury string of the URL, set `RFAPIRequestForceQuryStringParametersKey` with a dictionary contains these parameters.
220
+
If you want some parameters sent through qury string of the URL, set `RFAPIRequestForceQuryStringParametersKey` with a dictionary contains these parameters.
0 commit comments