ruddy32's picture

Currently I'm using HTTServer base class to implement my HTTP proxy server. Would it be better to used TCPServer? (I need to approve the request before forwarding)

Mike Dickey's picture
I suspect that HTTPServer

I suspect that HTTPServer would definitely be the way to go for implementing a proxy.

Submitted by Mike Dickey on Tue, 05/26/2009 - 11:12.