Minor reformatting of AFHTTPClient constants documentation
This commit is contained in:
parent
d609df5321
commit
8215c43680
1 changed files with 2 additions and 2 deletions
|
|
@ -448,7 +448,7 @@ typedef enum {
|
||||||
///----------------
|
///----------------
|
||||||
|
|
||||||
/**
|
/**
|
||||||
### Network Reachability
|
## Network Reachability
|
||||||
|
|
||||||
The following constants are provided by `AFHTTPClient` as possible network reachability statuses.
|
The following constants are provided by `AFHTTPClient` as possible network reachability statuses.
|
||||||
|
|
||||||
|
|
@ -479,7 +479,7 @@ typedef enum {
|
||||||
A key in the userInfo dictionary in a `AFNetworkingReachabilityDidChangeNotification` notification.
|
A key in the userInfo dictionary in a `AFNetworkingReachabilityDidChangeNotification` notification.
|
||||||
The corresponding value is an `NSNumber` object representing the `AFNetworkReachabilityStatus` value for the current reachability status.
|
The corresponding value is an `NSNumber` object representing the `AFNetworkReachabilityStatus` value for the current reachability status.
|
||||||
|
|
||||||
### Parameter Encoding
|
## Parameter Encoding
|
||||||
|
|
||||||
The following constants are provided by `AFHTTPClient` as possible methods for serializing parameters into query string or message body values.
|
The following constants are provided by `AFHTTPClient` as possible methods for serializing parameters into query string or message body values.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue