summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO10
1 files 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