From: David H. <dav...@gm...> - 2011-01-28 01:35:22
|
Hi everybody, I'm working with a HTTP Synchronous server and am experimenting with a file server and different mime types. My question is that I have been using stock_reply for the response and am wondering if there are other methods for sending messages. The line I have been using is: "response = Server::response::stock_reply(ok, msg);" In all the examples I see and also looking through the code all I can find is the "stock_reply" method. Any ideas? Thanks, -Dave- |