Blockland Forums > Modification Help
How to use HTTPObjects
otto-san:
anyone?
ZSNO:
--- Quote from: otto-san on December 20, 2010, 05:57:07 PM ---anyone?
--- End quote ---
HTTPObject or TCPObject
otto-san:
--- Quote from: ZSNO on December 20, 2010, 07:01:18 PM ---HTTPObject or TCPObject
--- End quote ---
Oh, yeah, forgot about those.
How do you use them exactly?
ZSNO:
--- Quote from: otto-san on December 20, 2010, 07:04:29 PM ---Oh, yeah, forgot about those.
How do you use them exactly?
--- End quote ---
new HTTPObject(Httptest){};httptest.dump();
Kalphiter:
--- Quote from: ZSNO on December 20, 2010, 09:02:16 PM ---new HTTPObject(Httptest){};httptest.dump();
--- End quote ---
you don't need the {}