Difference between revisions of "Talk:Http.request"

From ComputerCraft Wiki
Jump to: navigation, search
(code.readAll call unknown)
 
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
  
 
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, <br />it has functions like readAll() and readLine() because the response of the server is a [[Fs_(API)|FS]] handler.--[[User:Thesbros|Thesbros]]

Latest 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 FS handler.--Thesbros