Talk:Http.request
From ComputerCraft Wiki
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