Crates.io | echor |
lib.rs | echor |
version | 1.0.0 |
source | src |
created_at | 2020-04-22 12:15:36.287763 |
updated_at | 2020-04-22 12:15:36.287763 |
description | A tool to search files |
homepage | https://github.com/jamiebarnett/echor |
repository | https://github.com/jamiebarnett/echor |
max_upload_size | |
id | 232905 |
size | 18,377 |
A small CLI that echoes any post requests it receives.
echor will listen for requests to localhost:7000/post
by default.
A different path and port can be specified using --path
and --port
args as shown in the following example:
./echor --path /mypath --port 8080
This will listen for requests on localhost:8080/mypath
.