From 5aafc27d30f24bc42b50fcd5e1633149020ed597 Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Mon, 24 Jun 2019 10:38:37 +0200 Subject: [HICN-224] Dismiss legacy http proxy. Change-Id: Ica1c51ab5e117564ff3d49ecbcce3be6231f3afc Signed-off-by: Mauro Sardara --- apps/README.md | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) (limited to 'apps/README.md') 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 = path to root folder --f = configuration file path --o = tcp listener port --l = webserver prefix --x = tcp proxy prefix --z = 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 -- cgit 1.2.3-korg