Message437

Author retroj
Recipients nicktastic
Date 2009-10-05.20:19:36
Content
Forgot to mention in my previous post..

Having subclasses for certain proxy profiles as described in msg83 could possibly be convenient,
and the system described in my previous post would be forward-compatible with such a system.  As
a hypothetical example, a call to define_proxy_profile might look like this:

   define_proxy_profile("myproxy", new http_proxy(1080));

Note that it is not necessary to implement such subclasses for the functioning of the system, and
they only provide a kind of shorthand notation.  But if we leave the possibility open, we may decide
later on that they are a feature worth having.
History
Date User Action Args
2009-10-05 20:19:36retrojsetmessageid: <1254773976.38.0.402419600017.issue59@servo.cc>
2009-10-05 20:19:36retrojsetrecipients: + nicktastic
2009-10-05 20:19:36retrojlinkissue59 messages
2009-10-05 20:19:36retrojcreate