←  Peripherals and Turtle Upgrades

ComputerCraft | Programmable Computers for Minecraft

»

Ccadvhttp - Advanced Http

distantcam's Photo distantcam 25 Oct 2013

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.
Quote

karelmikie3's Photo karelmikie3 28 Oct 2013

one question why would you need a block for this if you can just make an API
Quote

PixelToast's Photo PixelToast 28 Oct 2013

sweet, router brute forcing
this is ESSENTIAL for any public server

View Postkarelmikie3, on 28 October 2013 - 12:58 PM, said:

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
Quote