
-----------------------------------
ecliptical
Wed Jan 04, 2006 1:46 pm

Better OpenURLConnection
-----------------------------------
The Net.OpentConnection probably works like this to some degree but I find having control over the HTTP command may give you some more power...anyway this is part of the Online Multiplayer modules i'm making


module gameServer
    export OpenURLConnection
    procedure OpenURLConnection (httpCommand, url : string)
        var line : string (1)
        var netStream : int
        netStream := Net.OpenConnection (url, 80)
        if netStream 