Skip to content

Commit

Permalink
[Issue #2046] Updating README about http session manager reachability
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed May 13, 2014
1 parent 86566f1 commit 023aecf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,7 @@ NSDictionary *parameters = @{@"foo": @"bar", @"baz": @[@1, @2, @3]};
}];
```
#### HTTP Manager with Base URL
When a `baseURL` is provided, network reachability is scoped to the host of that base URL.
#### HTTP Manager Reachability
```objective-c
NSURL *baseURL = [NSURL URLWithString:@"http://example.com/"];
Expand Down

0 comments on commit 023aecf

Please sign in to comment.