[twsocket] Using HTTPServer

2007-08-08 Thread bpj
Hi, I am trying to work with the Server demo of the ICS components. How do I obtain the body of the message sent in the GET request? I only saw the Client-RequestHeader but no related function for obtaining the body. Thanks Robert -- To unsubscribe or change your settings for TWSocket mailing

Re: [twsocket] Using HTTPServer

2007-08-08 Thread bpj
Hi, Sorry the request was not clear. The sample WebServer demo application handles the request sent to the webserver and displays the header sections but not the body (through the Client-RequestHeader-Count call). I would like to know how to process the body of that same request. Hope this is