Added a simple reverse proxy handler.

- For now, it does not support SSL connection on the target yet.
- No external config file support, this is all about coding.
This commit is contained in:
2016-08-05 11:38:35 +02:00
parent 8b172b5d33
commit 9cc9b95190
9 changed files with 488 additions and 0 deletions
@@ -0,0 +1,16 @@
note
description: "Summary description for {WSF_URI_REWRITER}."
date: "$Date$"
revision: "$Revision$"
deferred class
WSF_URI_REWRITER
feature -- Conversion
uri (a_request: WSF_REQUEST): STRING
-- Rewritten request uri based on `a_request'.
deferred
end
end