godot/modules/websocket
Fabio Alessandrelli 3bb40669d5 [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.
2021-04-26 09:55:24 +02:00
..
doc_classes Document secure wss:// caveats for WebSocketClient 2021-04-07 21:32:17 +02:00
config.py SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
editor_debugger_server_websocket.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
editor_debugger_server_websocket.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
emws_client.cpp Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
emws_client.h Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
emws_peer.cpp Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
emws_peer.h Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
emws_server.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
emws_server.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
library_godot_websocket.js Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
packet_buffer.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
register_types.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
register_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
remote_debugger_peer_websocket.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
remote_debugger_peer_websocket.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub SCons: Add explicit dependencies on thirdparty code in cloned env 2020-12-18 10:29:34 +01:00
websocket_client.cpp [Net] Implement String::parse_url for parsing URLs. 2021-04-26 09:55:24 +02:00
websocket_client.h Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
websocket_macros.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
websocket_multiplayer_peer.cpp Fixes small typos and grammar correction 2021-03-12 19:05:16 +05:30
websocket_multiplayer_peer.h Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
websocket_peer.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
websocket_peer.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
websocket_server.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
websocket_server.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
wsl_client.cpp Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
wsl_client.h Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
wsl_peer.cpp Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
wsl_peer.h Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
wsl_server.cpp Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
wsl_server.h Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00