mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-25 06:21:09 +00:00
Splits the URL into (scheme, host, port, path). Supports both literal IPv4 and IPv6. Strip credentials when present (e.g. http://user:pass@example.com/). Use that function in both HTTPRequest and WebSocketClient.