godot/scene/main
Fabio Alessandrelli d5089c4e4e
[Net] Implement String::parse_url for parsing URLs.
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.

(cherry picked from commit 3bb40669d5)
2021-05-31 11:14:34 +02:00
..
canvas_layer.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
canvas_layer.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
http_request.cpp [Net] Implement String::parse_url for parsing URLs. 2021-05-31 11:14:34 +02:00
http_request.h Modernize atomics 2021-02-18 12:23:25 +01:00
instance_placeholder.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
instance_placeholder.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
node.cpp Relaxes Node naming constraints in glTF documents to match the Editor. 2021-03-12 08:35:50 -08:00
node.h Relaxes Node naming constraints in glTF documents to match the Editor. 2021-03-12 08:35:50 -08:00
resource_preloader.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
resource_preloader.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
scene_tree.cpp SceneTree: Fix type hints for global_menu_action signal 2021-04-29 13:27:42 +02:00
scene_tree.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
timer.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
timer.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
viewport.cpp Control: Expose pass_on_modal_close_click 2021-03-25 18:29:41 +01:00
viewport.h Fix crash during drag if user freed the drag preview 2021-02-27 15:16:06 +01:00