Demiguise / Mejlmannen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mejlmannen

Rust replacement for Postman.

Supports

  • Collections of requests.
  • Storage of key/value properties for use in requests.
  • Replacing Headers, URIs, and body data with properties.
  • Extracting JSON and headers from responses.
  • Loading of files for use in request bodies.
  • Allow for binary data to be loaded from disk and used in requests.
    • I think.

TODO

  • Better logging/verbosity for CLI.
  • Possibly handle conditional execution of requests in the sequence.
  • CLI/TUI.
  • GUI.

Usage

So far the usage is:

mejlman <collection_directory>

For testing, you can try:

mejlman <repo_root>\tests\httpbin\ip

About


Languages

Language:Rust 100.0%