summaryrefslogtreecommitdiffstats
path: root/apps/README.md
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2019-06-24 10:38:37 +0200
committerMauro Sardara <msardara@cisco.com>2019-06-24 10:59:43 +0200
commit5aafc27d30f24bc42b50fcd5e1633149020ed597 (patch)
treee1f4a6147f6ddce04cd50a84e8579afaca20eec0 /apps/README.md
parent174ab0f37173d9f9290575d819bced318f45ed90 (diff)
[HICN-224] Dismiss legacy http proxy.
Change-Id: Ica1c51ab5e117564ff3d49ecbcce3be6231f3afc Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'apps/README.md')
-rw-r--r--apps/README.md21
1 files changed, 2 insertions, 19 deletions
diff --git a/apps/README.md b/apps/README.md
index 937d02248..e7f4188bb 100644
--- a/apps/README.md
+++ b/apps/README.md
@@ -3,7 +3,7 @@ Application examples using hicn stack
## Introduction ##
-higet and hicn-http-server are two application examples that use hicn stack.
+higet and hicn-http-proxy are two application examples that use hicn stack.
## Using hICN Application Examples ##
@@ -34,7 +34,7 @@ Basic dependencies:
## Executables ##
-The application examples are a set of binary executables that are used to run a simple http client (higet) and a simple http server (hicn-http-server).
+The application examples are a set of binary executables that are used to run a simple http client (higet) and a hicn-http-proxy (hicn-http-proxy).
### higet ###
@@ -48,23 +48,6 @@ Options:
-S = print server response
```
-### hicn-http-server ###
-
-`hicn-http-server` is a web server able to publish content and generate http responses over TCP/HICN
-The command can be executed in the following way:
-
-```
-hicn-http-server [OPTIONS]
-
-Options:
--p <root_folder_path> = path to root folder
--f <coniguration_path> = configuration file path
--o <tcp_port> = tcp listener port
--l <webserver_prefix> = webserver prefix
--x <tcp_proxy_prefix> = tcp proxy prefix
--z <hicn_proxy_prefix> = hicn proxy prefix
-```
-
### hicn-http-proxy ###
`hicn-http-proxy` is a reverse proxy which can be used for augmenting the performance of a legacy HTTP/TCP server