diff options
Diffstat (limited to 'apps/README.md')
-rw-r--r-- | apps/README.md | 21 |
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 |