Skip to content

reqman

TL;DR

reqman is a command line tool to test your http requests. It uses .yml files, which are simple yaml files, to define your requests and tests.

Installation using pip

If you got python3 on your host, you can install it thru pip/pip3, like that:

$ pip3 install reqman

Installation using uv

If you got uv on your host, you can run it like that:

$ uvx reqman

Or install it as an uv's tool

$ uv tool install reqman

If you are on windows11

You can download an executable on releases page