Hi,
I'm searching for an easy way to interact with a local HTTP resource 
without the need to actually open a network connection and to serialize 
and deserialze the representation.
With other words: Given that my restlet instance has the ip 192.168.0.1, 
I want to GET the resource "http://192.168.0.1/foo"; without the overhead 
of creating xml, open a network connection, transferring the bytestream 
and finally parsing the representation.
I can't find any solution in the docs. Did I miss something here?

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2938266

Reply via email to