- `har` option is now an object `{ path, fallback }`. - Allows falling back to `abort()`, `continue()` or throwing. - Matches based on url + method. - Follows redirects in the HAR file. - Nice error/stack when throwing. - Tests.