mirror of
https://github.com/square/okhttp.git
synced 2026-01-17 08:42:25 +03:00
I contemplated supporting them in HttpUrl, but then realized I'd either need to document that behavior (which is weird behavior) or return ws from the scheme (which seems arbitrary.) Doing it in Request seems less bad: we support websockets requests.