This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
distantcam's profile picture

Ccadvhttp - Advanced Http

Started by distantcam, 25 October 2013 - 04:07 AM
distantcam #1
Posted 25 October 2013 - 06:07 AM
http://distantcam.github.io/CCAdvHTTP/

Advanced HTTP adds a peripheral block with a more advanced HTTP api than the default one in standard ComputerCraft.

With the advanced API you can:
  • Set the HTTP method (GET, POST, HEAD, PUT, DELETE, etc.)
  • Set headers for the request
This allows you to use oauth or REST services in your Lua programs.

I'm also working on a Dropbox app that will allow you to synchronize a Dropbox folder with your computer in Minecraft.

Fair warning - when the better HTTP support comes in ComputerCraft and it does what I need it to do, I'll retire this mod.
karelmikie3 #2
Posted 28 October 2013 - 12:58 PM
one question why would you need a block for this if you can just make an API
PixelToast #3
Posted 28 October 2013 - 01:25 PM
sweet, router brute forcing
this is ESSENTIAL for any public server
one question why would you need a block for this if you can just make an API
i dont think you can make an api like that, you need a block