mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-12-07 06:48:05 +00:00
Migrate all examples to use tweaked.cc
Might as well, I've got the server capacity to spare. Hopefully.
This commit is contained in:
@@ -15,7 +15,7 @@ This event is normally handled inside @{http.websocket}, but it can still be see
|
||||
## Example
|
||||
Prints the content of a website (this may fail if the request fails):
|
||||
```lua
|
||||
local myURL = "ws://echo.websocket.org"
|
||||
local myURL = "wss://example.tweaked.cc/echo"
|
||||
http.websocketAsync(myURL)
|
||||
local event, url, handle
|
||||
repeat
|
||||
|
||||
Reference in New Issue
Block a user