mirror of
https://github.com/square/okhttp.git
synced 2025-07-31 05:04:26 +03:00
The semantics of the old path property included the query string, and should be mapped from the new `target` which is the equivalent field in the new recorded request. Using url.encodedPath only provides the path component and omits the query component, resulting in a breaking change.