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
editor_debugger_server_websocket.cpp
editor_debugger_server_websocket.h
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
emws_server.h
library_godot_websocket.js
packet_buffer.h
register_types.cpp
register_types.h
remote_debugger_peer_websocket.cpp
remote_debugger_peer_websocket.h
SCsub
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
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
websocket_peer.h
websocket_server.cpp
websocket_server.h
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