echor

Crates.ioechor
lib.rsechor
version1.0.0
sourcesrc
created_at2020-04-22 12:15:36.287763
updated_at2020-04-22 12:15:36.287763
descriptionA tool to search files
homepagehttps://github.com/jamiebarnett/echor
repositoryhttps://github.com/jamiebarnett/echor
max_upload_size
id232905
size18,377
Jamie Barnett (jamiebarnett)

documentation

README

echor

A small CLI that echoes any post requests it receives.

Example Usage

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.

TODO

  • Dockerfile
  • Take a list of paths to listen on
  • Accept different http methods
Commit count: 15

cargo fmt