mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-12 14:00:01 -04:00
add python wsproxy implementation
This commit is contained in:
parent
1de7178523
commit
09ff32dcd3
6 changed files with 52 additions and 47 deletions
|
@ -4,7 +4,7 @@ window.libcurl = (function() {
|
|||
//emscripten compiled code is inserted here
|
||||
/* __emscripten_output__ */
|
||||
|
||||
const websocket_url = `wss://${location.hostname}/ws`;
|
||||
const websocket_url = `wss://${location.hostname}/ws/`;
|
||||
|
||||
const status_messages = {
|
||||
100: "Continue",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue