From 0b98f16c616764a690b9f5fbc7359e72a72b873e Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Wed, 30 May 2001 16:11:13 +0000 Subject: Added a few points for future work on tinyproxy. --- doc/TODO | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/TODO b/doc/TODO index 13dcf3a..9e2607e 100644 --- a/doc/TODO +++ b/doc/TODO @@ -12,9 +12,13 @@ against the current tree and I'll integrate it if possible. source than the current method. (see httperr() and showstats() for examples of how it's done right now). - Include a function to rewrite the incoming requests. Should not be - much of a problem. Just need to modify the clientreq code to look up - the URL and rewrite it. If we want to go really fancy with RegEx - mapping this could get ugly. :) + much of a problem. Just need to modify the process_method() code + to look up the URL and rewrite it. If we want to go really fancy + with RegEx mapping this could get ugly. :) - Ed Avis suggests having tinyproxy have the ability to send the data from the connections through an external filtering program. I kind of like this idea, but I don't really have a good way of doing it yet. + - Handle Secure Socket Layer (SSL) connections (usually port 443). + - Allow selective logging. For example a person may only want to log + error messages. + - Include the ability to rewrite both incoming and outgoing headers. \ No newline at end of file -- cgit v1.2.3