-
Notifications
You must be signed in to change notification settings - Fork 0
Host filter block
Sergey edited this page Jul 28, 2018
·
2 revisions
This block can be provided during VCR configuration (instead of fixed list of hosts) to record and play stubbed responses only for known hosts.
Block signature shown below:
^BOOL (NSString *host);| Name | Type | Description |
|---|---|---|
host |
NSString | Reference on host which should be filtered. |
Whether request for host should be recorded / response played or not.