virtualx-engine/modules/websocket
Fabio Alessandrelli 77e3514315
[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-03 21:39:43 +02:00
..
doc_classes
config.py
emws_client.cpp
emws_client.h
emws_peer.cpp
emws_peer.h
emws_server.cpp
emws_server.h
library_godot_websocket.js
packet_buffer.h
register_types.cpp
register_types.h
SCsub
websocket_client.cpp [Net] Implement String::parse_url for parsing URLs. 2021-05-03 21:39:43 +02:00
websocket_client.h
websocket_macros.h
websocket_multiplayer_peer.cpp
websocket_multiplayer_peer.h
websocket_peer.cpp
websocket_peer.h
websocket_server.cpp
websocket_server.h
wsl_client.cpp
wsl_client.h
wsl_peer.cpp
wsl_peer.h
wsl_server.cpp
wsl_server.h