Scripting/Squirrel/Functions/NewSocket/Example: Revision history

Jump to navigation Jump to search
Caution icon
This wiki is using an old backup from 2020
Some information may be old/missing

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 March 2016

  • curprev 15:2815:28, 11 March 2016Ysc3839 talk contribs 380 bytes +380 Created page with "== Client == An HTTP request example. <source lang=squirrel>function HTTP() { Socket <- NewSocket( "dataReceived" ); Socket.SetNewConnFunc( "newConn" ); Socket.Connect( "ww..."