Dockercraft - A simple Minecraft Docker client, built using Cuberite !
#5
It shouldn't be too hard to do in Lua right?
--[[ Request header is something like this:
GET / HTTP/1.0
Host: cuberite.org
Other-Stuff: Info for other stuff
More-Stuff: Even more stuff
]]

local Headers = StringSplit(RawRequest:match("^.-\r\n\r\n"), "\n")
local PostInformation = StringSplit(Headers[#Headers], "&"):sub(2) -- Post starts with a question mark.
Reply
Thanks given by: PCPlayerLV


Messages In This Thread
RE: Dockercraft - A simple Minecraft Docker client, built using Cuberite ! - by NiLSPACE - 11-19-2015, 10:56 PM



Users browsing this thread: 1 Guest(s)