aboutsummaryrefslogtreecommitdiffstats
path: root/apps/README.md
diff options
context:
space:
mode:
authorAlberto Compagno <acompagn+fdio@cisco.com>2019-03-21 17:15:56 +0000
committerGerrit Code Review <gerrit@fd.io>2019-03-21 17:15:56 +0000
commitf88831fb8df34730141c728138c66698fc1d0ca7 (patch)
tree58cfb070c3257f09ae47df48cd391b3f3a983a91 /apps/README.md
parent972ccbeb3d6765c2add13b7b4da10c9fb6fb2c9c (diff)
parentd0111c2f8b5b73739f7193a79415e1d0bc8ee8c8 (diff)
Merge "[HICN-128] README utils and renaming of executables"
Diffstat (limited to 'apps/README.md')
-rw-r--r--apps/README.md23
1 files changed, 10 insertions, 13 deletions
diff --git a/apps/README.md b/apps/README.md
index 10a93f948..1311006f6 100644
--- a/apps/README.md
+++ b/apps/README.md
@@ -30,6 +30,7 @@ Basic dependencies:
- pthreads
- Libevent
- Libparc
+- Libcurl
## Executables ##
@@ -41,14 +42,10 @@ The command `higet` runs the higet application. higet can be executed
with the following options:
```
-higet [OPTION]... [URL]...
-
+higet [option]... [url]...
Options:
- -O filename write documents to FILE
- -S print server response
-Example:
- higet -O - http://origin/index.html
-
+-O <output_path> = write documents to <output_file>
+-S = print server response
```
### hicn-http-server ###
@@ -60,12 +57,12 @@ The command can be executed in the following way:
hicn-http-server [OPTIONS]
Options:
- -p path path to root foot folder
- -f confFile configuration file
- -o tcpPort tcp listener port
- -l webserverPrefix webserver prefix
- -x tcpProxyPrefix tcp proxy prefix
- -z hicnProxyPrefix hicn proxy prefix
+-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
```
## License ##