Difference between revisions of "Talk:Http.request"

From ComputerCraft Wiki
Jump to: navigation, search
Line 4: Line 4:
 
Excuse my ignorance but is that a ComputerCraft API? I can't seem to find it mentioned anywhere
 
Excuse my ignorance but is that a ComputerCraft API? I can't seem to find it mentioned anywhere
  
The code variable is not an API. It's a table that the response of the server returns, it has functions like readAll() and readLine() because the response of the server is a [Fs_(API)|FS] handler.--[User:Thesbros|Thesbros]
+
The code variable is not an API. It's a table that the response of the server returns, <br />it has functions like readAll() and readLine() because the response of the server is a [[Fs_(API)|FS]]handler.--[[User:Thesbros|Thesbros]]

Revision as of 17:53, 10 August 2012

code.readAll?

Excuse my ignorance but is that a ComputerCraft API? I can't seem to find it mentioned anywhere

The code variable is not an API. It's a table that the response of the server returns,
it has functions like readAll() and readLine() because the response of the server is a FShandler.--Thesbros