Skip to content

jamiebarnett/echor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

echor

A small CLI that echoes any post requests it receives.

Installation

Echor is on crates.io and can be installed using.

cargo install echor

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

  • Take a list of paths to listen on
  • Accept different http methods
  • Dockerfile

About

a small CLI tool that listens for incoming http requests and dumps them out

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages